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