pub unsafe extern "C" fn rc_client_set_userdata(
client: *mut rc_client_t,
userdata: *mut c_void,
)Expand description
Attaches client-specific data to the runtime.
pub unsafe extern "C" fn rc_client_set_userdata(
client: *mut rc_client_t,
userdata: *mut c_void,
)Attaches client-specific data to the runtime.