pub unsafe extern "system" fn NtPrivilegedServiceAuditAlarm(
    subsystemname: *const UNICODE_STRING,
    servicename: *const UNICODE_STRING,
    clienttoken: HANDLE,
    privileges: *const PRIVILEGE_SET,
    accessgranted: BOOLEAN
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_Security"