//! Application-wide callbacks, settings and API version info.
// We will skip porting Context as we are not aiming for a library that can be used with FFI.
// The remaining features of Context can be replaced by Rustier things like feature flags.
// Todo: This file can be removed once everything is ported.