pub unsafe fn RegisterPowerSettingNotification<P0>(
    hrecipient: P0,
    powersettingguid: *const GUID,
    flags: REGISTER_NOTIFICATION_FLAGS
) -> Result<HPOWERNOTIFY>
where P0: IntoParam<HANDLE>,