pub unsafe fn notify_unregister_raw( cb: ove_pm_notify_fn, user_data: *mut c_void, ) -> Result<()>
Raw-pointer variant of notify_unregister.
notify_unregister
Must match a previously registered (cb, user_data) pair.