pub unsafe extern "C" fn cpu_memory_rw_debug( cpu: *mut CPUState, addr: u64, buf: *mut u8, len: i32, is_write: i32, ) -> i32