ccapi_ccache_release
ccapi_ccache_release ((cc_ccache_t) ccache);
err = ccapi_ccache_release (io_ccache);
ccapi_ccache_release,
cc_int32 ccapi_ccache_release (cc_ccache_t io_ccache);
if (ccache) { ccapi_ccache_release (ccache); }
if (ccache) { ccapi_ccache_release (ccache); }
err = ccapi_ccache_release (*io_ccache);
if (ccache) { ccapi_ccache_release (ccache); }