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