#[unsafe(no_mangle)]pub extern "C" fn vldb_controller_ffi_client_execute_sqlite_script(
client: *mut FfiControllerClientHandle,
space_id: *const c_char,
sql: *const c_char,
params: *const FfiSqliteValue,
params_len: usize,
result_out: *mut *mut FfiControllerSqliteExecuteResult,
error_out: *mut *mut c_char,
) -> c_intExpand description
Execute one SQLite script using native arguments. 使用原生参数执行一条 SQLite 脚本。