BNRegisterPluginCommandGlobal

Function BNRegisterPluginCommandGlobal 

Source
pub unsafe extern "C" fn BNRegisterPluginCommandGlobal(
    name: *const c_char,
    description: *const c_char,
    action: Option<unsafe extern "C" fn(ctxt: *mut c_void)>,
    isValid: Option<unsafe extern "C" fn(ctxt: *mut c_void) -> bool>,
    context: *mut c_void,
)
Expand description

Plugin commands