[]Function yukikaze::connector::rustls::internal::msgs::codec::read_vec_u24_limited

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