retro_serialize

Function retro_serialize 

Source
pub unsafe extern "C" fn retro_serialize(
    data: *mut c_void,
    size: usize,
) -> bool
Expand description

Serializes internal state. If failed, or size is lower than retro_serialize_size(), it should return false, true otherwise.