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