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