pub fn compute_serializable_len<T, A, F>(elements: &[A]) -> Option<u32>where T: VarULE + ?Sized, A: EncodeAsVarULE<T>, F: VarZeroVecFormat,