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

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