pub fn assert_enough_space_for( write_buf: &impl BufMut, size: usize, ) -> Result<(), SerializationError>