[][src]Type Definition sqlite3_native::sqlite3_loadext_entry

type sqlite3_loadext_entry = Option<unsafe extern "C" fn(_: *mut sqlite3, _: *mut *mut c_char, _: *const sqlite3_api_routines) -> c_int>;