Function windows::Wdk::System::SystemServices::MmMapMdl
pub unsafe fn MmMapMdl(
memorydescriptorlist: *mut MDL,
protection: u32,
driverroutine: PMM_MDL_ROUTINE,
drivercontext: Option<*const c_void>,
) -> NTSTATUS