pub type XcmCallOf<T> = <<T as Config>::XcmConfig as Config>::Call;
The call type of executor’s config. Should eventually resolve to the same overarching call type.