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