Type Definition libsqlite3_sys::sqlite3_destructor_type [] [src]

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