Function nix_state_free

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

Frees a Nix state. Does not fail.

ยงArguments

  • state [in] - The state to free.