pub fn max_compress_len<T>(src: &[T], typesize: Option<usize>) -> usize
Return the max size a compressed buffer needs to be to hold src
src