quackdb_internal::ffi

Function duckdb_bind_set_error

Source
pub unsafe extern "C" fn duckdb_bind_set_error(
    info: *mut c_void,
    error: *const i8,
)
Expand description

Report that an error has occurred while calling bind.

info: The info object error: The error message