pub fn write_size<T: Clone, E: From<SerializationError>>(
size: usize,
size_key: Option<&str>,
stream: &mut BitStreamWriter<'_>,
config: &mut SerializerConfig<T>,
) -> Result<(), E>pub fn write_size<T: Clone, E: From<SerializationError>>(
size: usize,
size_key: Option<&str>,
stream: &mut BitStreamWriter<'_>,
config: &mut SerializerConfig<T>,
) -> Result<(), E>