pub unsafe extern "C" fn sqlite3_create_module_v2( db: *mut sqlite3, zName: *const i8, p: *const sqlite3_module, pClientData: *mut c_void, xDestroy: Option<unsafe extern "C" fn(*mut c_void)>, ) -> i32