Function windows::Wdk::Storage::FileSystem::SeAccessCheckFromStateEx
pub unsafe fn SeAccessCheckFromStateEx<P0>(
securitydescriptor: P0,
primarytoken: *const c_void,
clienttoken: Option<*const c_void>,
desiredaccess: u32,
previouslygrantedaccess: u32,
privileges: Option<*mut *mut PRIVILEGE_SET>,
genericmapping: *const GENERIC_MAPPING,
accessmode: i8,
grantedaccess: *mut u32,
accessstatus: *mut i32,
) -> BOOLEANwhere
P0: Param<PSECURITY_DESCRIPTOR>,