Type Definition libsqlite3_sys::sqlite3_destructor_type [] [src]

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