Function BNUpdateLowLevelILOperand

Source
pub unsafe extern "C" fn BNUpdateLowLevelILOperand(
    func: *mut BNLowLevelILFunction,
    instr: usize,
    operandIndex: usize,
    value: u64,
)