pub fn read_vec_u8<T>(r: &mut Reader<'_>) -> Option<Vec<T>>where
    T: Codec,