Function panda_sys::panda_register_callback_with_context[][src]

pub unsafe extern "C" fn panda_register_callback_with_context(
    plugin: *mut c_void,
    type_: panda_cb_type,
    cb: panda_cb_with_context,
    context: *mut c_void
)