pub type sqlite3_destructor_type = Option<unsafe extern "C" fn(arg1: *mut c_void)>;
Aliased Type§
pub enum sqlite3_destructor_type {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}
Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.