quackdb_internal::ffi

Function duckdb_table_function_set_bind

Source
pub unsafe extern "C" fn duckdb_table_function_set_bind(
    table_function: *mut c_void,
    bind: Option<unsafe extern "C" fn(_: *mut c_void)>,
)
Expand description

Sets the bind function of the table function

table_function: The table function bind: The bind function