pub unsafe extern "C" fn duckdb_table_function_set_function(
table_function: *mut c_void,
function: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut _duckdb_data_chunk)>,
)
Expand description
Sets the main function of the table function
table_function: The table function function: The function