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: IntoParam<PCWSTR>, P1: IntoParam<HANDLE>, P2: IntoParam<BOOL>,