pub type duckdb_task_state = *mut c_void;
Expand description

! Used for threading, contains a task state. Must be destroyed with duckdb_destroy_state.