check_once_cc_ccache_move
check_once_cc_ccache_move(source, destination, ccNoError, "valid params");
check_once_cc_ccache_move(destination, NULL, ccErrBadParam, "NULL destination param");
check_once_cc_ccache_move(destination, source, ccErrInvalidCCache, "recently moved source as destination param");
cc_int32 check_once_cc_ccache_move(cc_ccache_t source, cc_ccache_t destination, cc_int32 expected_err, const char *description);