Type Alias libduckdb_sys::duckdb_table_function_init_t

source ·
pub type duckdb_table_function_init_t = Option<unsafe extern "C" fn(info: duckdb_init_info)>;
Expand description

! The (possibly thread-local) init function of the table function.

Aliased Type§

enum duckdb_table_function_init_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void))

Some value of type T.