binaryninjacore_sys

Function BNRemoveDebugFunctionByIndex

source
pub unsafe extern "C" fn BNRemoveDebugFunctionByIndex(
    debugInfo: *mut BNDebugInfo,
    parserName: *const c_char,
    index: usize,
) -> bool