pub unsafe extern "C" fn rc_client_serialize_progress(
client: *mut rc_client_t,
buffer: *mut u8,
) -> c_intExpand 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