Function BNRegisterPluginCommandForLowLevelILInstruction

Source
pub unsafe extern "C" fn BNRegisterPluginCommandForLowLevelILInstruction(
    name: *const c_char,
    description: *const c_char,
    action: Option<unsafe extern "C" fn(ctxt: *mut c_void, view: *mut BNBinaryView, func: *mut BNLowLevelILFunction, instr: usize)>,
    isValid: Option<unsafe extern "C" fn(ctxt: *mut c_void, view: *mut BNBinaryView, func: *mut BNLowLevelILFunction, instr: usize) -> bool>,
    context: *mut c_void,
)