Function try_handle_prefix_with_offset

Source
pub fn try_handle_prefix_with_offset<T>(
    req: &T,
) -> Result<(u32, &[u8]), TlError>
where T: AsRef<[u8]>,