pub unsafe fn SeAuditingFileOrGlobalEvents<P0, P1>(
    accessgranted: P0,
    securitydescriptor: P1,
    subjectsecuritycontext: *const SECURITY_SUBJECT_CONTEXT,
) -> BOOLEAN
where P0: Param<BOOLEAN>, P1: Param<PSECURITY_DESCRIPTOR>,