pub unsafe extern "system" fn MmAllocateMdlForIoSpace(
    physicaladdresslist: *const MM_PHYSICAL_ADDRESS_LIST,
    numberofentries: usize,
    newmdl: *mut *mut MDL
) -> NTSTATUS
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation"