Function nix_value_decref

Source
pub unsafe extern "C" fn nix_value_decref(
    context: *mut nix_c_context,
    value: *mut nix_value,
) -> nix_err
Expand description

Decrement the garbage collector reference counter for the given object

ยงArguments

  • context [out] - Optional, stores error information
  • value [in] - The object to stop referencing