Function MmMapIoSpaceEx

pub unsafe extern "system" fn MmMapIoSpaceEx(
    physicaladdress: i64,
    numberofbytes: usize,
    protect: u32,
) -> *mut c_void