/* See LICENSE file for copyright and license details. */
#include "common.h"
/**
* Release all resources held by a site state
* and free the site state pointer
*
* @param this The site state
*/
extern inline void libgamma_site_free(libgamma_site_state_t *restrict this);