1 2 3 4 5 6
struct ArchIfImpl; const _: ArchIfImpl = ArchIfImpl; #[axvisor_api::api_impl] impl axvisor_api::arch::ArchIf for ArchIfImpl {}