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