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