pub fn encode_length( writer: &mut Writer, value: usize, config: Config, ) -> Result<()>
Encode a usize as a varint (for lengths).