pub unsafe fn object_get_sibling( obj: *const Object, idx: i32, ) -> Result<*mut Object>
This function is unsafe because it may dereference raw pointers.