pub fn mls_encoded_len<T>(data: &T) -> usizewhere T: AsRef<[u8]>,
Optimized length calculation for types that can be represented as u8 slices.