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