pub unsafe fn LsaRegisterPolicyChangeNotification<P0>(
    informationclass: POLICY_NOTIFICATION_INFORMATION_CLASS,
    notificationeventhandle: P0,
) -> NTSTATUS
where P0: Param<HANDLE>,