pub unsafe fn RegisterDeviceNotificationA<P0>(
    hrecipient: P0,
    notificationfilter: *const c_void,
    flags: REGISTER_NOTIFICATION_FLAGS
) -> Result<HDEVNOTIFY>
where P0: IntoParam<HANDLE>,