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

Take-initialize an unowned reference variable from one that might not refer to a native Swift object.