quackdb_internal::ffi

Function duckdb_table_function_set_init

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

Sets the init function of the table function

table_function: The table function init: The init function