pub type duckdb_cast_function = *mut _duckdb_cast_function;
Expand description
! A cast function. Must be destroyed with duckdb_destroy_cast_function
.
pub type duckdb_cast_function = *mut _duckdb_cast_function;
! A cast function. Must be destroyed with duckdb_destroy_cast_function
.