Type Definition sqlite3::ffi::sqlite3_destructor_type [] [src]

type sqlite3_destructor_type = Option<extern "C" fn(_: *mut c_void)>;