pub unsafe extern "C" fn rvvm_read_ram(
    machine: *mut rvvm_machine_t,
    dest: *mut c_void,
    src: rvvm_addr_t,
    size: size_t
) -> bool