pub type RTCPWriterBoxFn = Box<dyn Fn(&[Box<dyn Packet + Send + Sync>], &Attributes) -> Pin<Box<dyn Future<Output = Result<usize, Error>> + Send + Sync>> + Send + Sync>;
struct RTCPWriterBoxFn(/* private fields */);