sqlite3ext-sys 0.0.1

FFI bindings to sqlite3ext.h - you probably want libsqlite3-sys, however
Documentation

sqlite3ext.sys

FFI bindings to SQLite - but to sqlite3ext.h, not sqlite3.h.

You probably want sqlite3-sys or rusqlite, this is meant for loadable SQLite extensions only.

Use at your own risk!