pub type DynIRawFederationApi = Box<dyn IRawFederationApi + Send + Sync + 'static>;
pub struct DynIRawFederationApi(/* private fields */);