Function windows::Win32::Security::ObjectPrivilegeAuditAlarmA

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