pub unsafe extern "C" fn swift_unknownObjectUnownedCopyAssign(
    dest: *mut UnownedReference,
    src: *mut UnownedReference,
) -> *mut UnownedReference
Expand description

Copy-assign an unowned reference variable from another when either or both variables might not refer to a native Swift object. \return dest