pub unsafe extern "C" fn swift_unknownObjectUnownedIsEqual(
    ref_: *mut UnownedReference,
    value: *mut c_void,
) -> bool
Expand description

Return *ref == value when ref might not refer to a native Swift object. Does not halt when *ref is a dead object as long as *ref != value.