pub unsafe extern "C" fn address_space_unmap(
    as_: *mut AddressSpace,
    buffer: *mut c_void,
    len: hwaddr,
    is_write: c_int,
    access_len: hwaddr
)