pub unsafe extern "C" fn retro_serialize( data: *mut c_void, size: usize, ) -> bool
Serializes internal state. If failed, or size is lower than retro_serialize_size(), it should return false, true otherwise.