RawAutoExtension

Type Alias RawAutoExtension 

Source
pub type RawAutoExtension = unsafe extern "C" fn(db: *mut sqlite3, pz_err_msg: *mut *mut c_char, _: *const sqlite3_api_routines) -> c_int;
Available on non-crate feature loadable_extension only.
Expand description

Raw automatic extension initialization routine

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes