macro_rules! define_uhyve_interface_version {
    () => { ... };
}Expand description
Defines the Uhyve interface version in the note section.
This macro must be used in a module that is guaranteed to be linked. See https://github.com/rust-lang/rust/issues/99721.