pub type duckdb_replacement_callback_t = Option<unsafe extern "C" fn(info: duckdb_replacement_scan_info, table_name: *const c_char, data: *mut c_void)>;
Expand description
! A replacement scan function that can be added to a database.
Aliased Type§
pub enum duckdb_replacement_callback_t {
None,
Some(unsafe extern "C" fn(*mut _duckdb_replacement_scan_info, *const i8, *mut c_void)),
}