Function nix_c_context_free

Source
pub unsafe extern "C" fn nix_c_context_free(
    context: *mut nix_c_context,
)
Expand description

Free a nix_c_context. Does not fail.

ยงArguments

  • context [out] - The context to free, mandatory.