pub unsafe fn RegisterSuspendResumeNotification<P0>(
    hrecipient: P0,
    flags: REGISTER_NOTIFICATION_FLAGS
) -> Result<HPOWERNOTIFY>
where P0: IntoParam<HANDLE>,