Function windows::Win32::Security::PrivilegedServiceAuditAlarmA

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