pub unsafe extern "C" fn srid_get_datum(
sqlite: *mut sqlite3,
srid: c_int,
) -> *mut c_charExpand description
checks a SRID definition from the “spatial_ref_sys” table then returning the corresponding Datum name
\param sqlite handle to current DB connection \param srid the SRID value uniquely identifying the required EPSG definition
\return the Datum name on succes, NULL on failure
\note you are responsible for freeing the returned name.