pub type duckdb_table_function_bind_t = Option<unsafe extern "C" fn(info: duckdb_bind_info)>;Expand description
! The bind function of the table function.
Aliased Type§
pub enum duckdb_table_function_bind_t {
None,
Some(unsafe extern "C" fn(*mut _duckdb_bind_info)),
}