rc_client_serialize_progress

Function rc_client_serialize_progress 

Source
pub unsafe extern "C" fn rc_client_serialize_progress(
    client: *mut rc_client_t,
    buffer: *mut u8,
) -> c_int
Expand description

Serializes the runtime state into a buffer. Returns RC_OK on success, or an error indicator. [deprecated] use rc_client_serialize_progress_sized instead