fn _object_parent(obj: *mut ConfObject) -> Option<*mut ConfObject>
Retrieve the parent object if there is one, or None otherwise.
obj
A pointer to the parent object if there is one, or None otherwise
Unknown