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 informationvalue
[in] - The object to stop referencing