fn read_var_len(data: &[u8], pos: usize) -> (u32, usize)
Read a MIDI variable-length quantity. Returns (value, bytes_consumed).