pub type sqlite3_syscall_ptr = Option<unsafe extern "C" fn()>;
Raw C-style bindings to the underlying libsqlite3 library.
libsqlite3
pub enum sqlite3_syscall_ptr { None, Some(unsafe extern "C" fn()), }
No value.
Some value of type T.
T