Type Definition sqlite3_destructor_type
libsqlite3_sys
type sqlite3_destructor_type = Option<unsafe extern "C" fn(arg1: *mut c_void)>;