Skip to main content

notify_unregister_raw

Function notify_unregister_raw 

Source
pub unsafe fn notify_unregister_raw(
    cb: ove_pm_notify_fn,
    user_data: *mut c_void,
) -> Result<()>
Expand description

Raw-pointer variant of notify_unregister.

ยงSafety

Must match a previously registered (cb, user_data) pair.