pub unsafe extern "C" fn sqlite3_bind_blob( arg1: *mut sqlite3_stmt, arg2: i32, arg3: *const c_void, n: i32, arg4: Option<unsafe extern "C" fn(*mut c_void)>, ) -> i32