pub unsafe fn PrivilegedServiceAuditAlarmW<P0, P1, P2, P3>(
    subsystemname: P0,
    servicename: P1,
    clienttoken: P2,
    privileges: *const PRIVILEGE_SET,
    accessgranted: P3
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<HANDLE>, P3: IntoParam<BOOL>,