binaryninjacore_sys

Function BNGetLowLevelILExprText

source
pub unsafe extern "C" fn BNGetLowLevelILExprText(
    func: *mut BNLowLevelILFunction,
    arch: *mut BNArchitecture,
    i: usize,
    settings: *mut BNDisassemblySettings,
    tokens: *mut *mut BNInstructionTextToken,
    count: *mut usize,
) -> bool