state_free

Function state_free 

Source
pub unsafe extern "C" fn state_free(state: *mut EvalState)
Expand description

@brief Frees a Nix state. @ingroup libexpr_init

Does not fail.

@param[in] state The state to free.