Function windows::Wdk::System::SystemServices::MmMapLockedPagesSpecifyCache
pub unsafe fn MmMapLockedPagesSpecifyCache(
memorydescriptorlist: *mut MDL,
accessmode: i8,
cachetype: MEMORY_CACHING_TYPE,
requestedaddress: Option<*const c_void>,
bugcheckonfailure: u32,
priority: u32,
) -> *mut c_void