#[unsafe(no_mangle)]pub extern "C" fn vldb_sqlite_database_execute_batch(
handle: *mut VldbSqliteDatabaseHandle,
sql: *const c_char,
items: *const VldbSqliteFfiValueSlice,
items_len: u64,
) -> *mut VldbSqliteExecuteResultHandleExpand description
通过数据库句柄执行批量 SQL。 Execute batch SQL through a database handle.