pub unsafe fn NtPrivilegedServiceAuditAlarm<P0, P1>(
    subsystemname: *const UNICODE_STRING,
    servicename: *const UNICODE_STRING,
    clienttoken: P0,
    privileges: *const PRIVILEGE_SET,
    accessgranted: P1,
) -> NTSTATUS
where P0: Param<HANDLE>, P1: Param<BOOLEAN>,