//! Utilities for working with SQLite's "sqlite3_extension_init"-style
//! entrypoints.
use crate::;
use ;
use ;
/// Low-level wrapper around a typical entrypoint to a SQLite extension.
/// You shouldn't have to use this directly - the sqlite_entrypoint
/// macro will do this for you.