Function nix_gc_decref

Source
pub unsafe extern "C" fn nix_gc_decref(
    context: *mut nix_c_context,
    object: *const c_void,
) -> nix_err
Expand description

Decrement the garbage collector reference counter for the given object

ยงArguments

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