//! What the two entry points configure in common, from C.
//!
//! The one thing [`crate::api::common`] holds: the versions a client offers
//! and a server accepts when nothing narrows them, newest first.
use crateVersion;
/// How many versions are offered when nothing narrows them.
pub extern "C"
/// The version at `index` in that list, newest first.
///
/// An index past the end reads as `-1`.
pub extern "C"
/// The whole list, borrowed from the library and valid for its lifetime.
pub extern "C"