[][src]Function spatialite_sys::spatialite_cleanup_ex

pub unsafe extern "C" fn spatialite_cleanup_ex(ptr: *const c_void)

Cleanup a SpatiaLite connection

This function performs general cleanup, essentially undoing the effect of spatialite_init_ex().

\param ptr the same memory pointer passed to the corresponding call to spatialite_init_ex() and returned by spatialite_alloc_connection()

\sa spatialite_init_ex, spatialite_alloc_connection