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