pub unsafe extern "C" fn rc_client_set_read_memory_function(
client: *mut rc_client_t,
handler: rc_client_read_memory_func_t,
)Expand description
Provides a callback for reading memory.
pub unsafe extern "C" fn rc_client_set_read_memory_function(
client: *mut rc_client_t,
handler: rc_client_read_memory_func_t,
)Provides a callback for reading memory.