pub type duckdb_delete_callback_t = Option<unsafe extern "C" fn(data: *mut c_void)>;
pub enum duckdb_delete_callback_t { None, Some(unsafe extern "C" fn(*mut c_void)), }
No value.
Some value of type T.
T