pub fn write_variable_byte_integer_len( buf: &mut [u8], val: usize, ) -> Result<usize, MqttError<ErrorPlaceHolder>>
A simplified version of write_variable_byte_integer for external use that returns the byte count.
write_variable_byte_integer