pub unsafe extern "C" fn sqlite3_create_module( db: *mut sqlite3, zName: *const c_char, p: *const sqlite3_module, pClientData: *mut c_void) -> c_int