Function windows::Win32::Security::ObjectPrivilegeAuditAlarmW

pub unsafe fn ObjectPrivilegeAuditAlarmW<P0, P1, P2>(
    subsystemname: P0,
    handleid: *const c_void,
    clienttoken: P1,
    desiredaccess: u32,
    privileges: *const PRIVILEGE_SET,
    accessgranted: P2,
) -> BOOL
where P0: Param<PCWSTR>, P1: Param<HANDLE>, P2: Param<BOOL>,