binaryninjacore_sys

Function BNGetMediumLevelILLiveInstructionsForVariable

source
pub unsafe extern "C" fn BNGetMediumLevelILLiveInstructionsForVariable(
    func: *mut BNMediumLevelILFunction,
    var: *const BNVariable,
    includeLastUse: bool,
    count: *mut usize,
) -> *mut usize