Function spatialite_cleanup_ex

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

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