pub unsafe extern "C" fn panda_disable_callback_with_context(
plugin: *mut c_void,
type_: u32,
cb: panda_cb_with_context,
context: *mut c_void,
)Expand description
panda_disable_callback_with_context() - Disable callback for this plugin from running (with context). @plugin: Pointer to plugin. @type: Type of callback, indicating when cb function will run. @cb: The callback function itself and other info. @context: Pointer to context.
Same as padna_disable_callback, but with context.