pub unsafe extern "C" fn address_space_cache_init(
    cache: *mut MemoryRegionCache,
    as_: *mut AddressSpace,
    addr: hwaddr,
    len: hwaddr,
    is_write: bool
) -> i64