pub unsafe fn notify_register_raw( cb: ove_pm_notify_fn, user_data: *mut c_void, ) -> Result<()>
Raw-pointer variant of notify_register.
notify_register
The callback and user_data must remain valid until unregistered.
user_data