retro_serialize_size

Function retro_serialize_size 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn retro_serialize_size() -> usize
Expand description

Called when the frontend needs to know how large a buffer to allocate for save states.

See also rust_libretro_sys::retro_serialize_size.