pub fn downcast_mut_ptr<'a, T: IoQueue>( boxed_queue_ptr: &'a mut Box<dyn IoQueue>, ) -> Result<&'a mut T, Fail>