pub unsafe extern "C" fn dxf_close_connection(
connection: dxf_connection_t,
) -> ERRORCODEExpand description
@ingroup c-api-connection-functions
@brief Closes a connection
@details
@param[in] connection A handle of a previously created connection
@return {@link DXF_SUCCESS} on successful connection closure or {@link DXF_FAILURE} on error; {@link dxf_get_last_error} can be used to retrieve the error code and description in case of failure.