Function windows::Win32::Security::PrivilegedServiceAuditAlarmW

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