Function BNGetLowLevelILPossibleRegisterValuesAtInstruction

Source
pub unsafe extern "C" fn BNGetLowLevelILPossibleRegisterValuesAtInstruction(
    func: *mut BNLowLevelILFunction,
    reg: u32,
    instr: usize,
    options: *mut BNDataFlowQueryOption,
    optionCount: usize,
) -> BNPossibleValueSet