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