pub unsafe extern "C" fn cpu_physical_memory_rw(
    addr: hwaddr,
    buf: *mut u8,
    len: c_int,
    is_write: c_int
)