pub type RTPReaderBoxFn = Box<dyn Fn(&mut [u8], &Attributes) -> Pin<Box<dyn Future<Output = Result<(usize, Attributes), Error>> + Send + Sync>> + Send + Sync>;