pub unsafe extern "C" fn swift_unknownObjectWeakLoadStrong(
    ref_: *mut WeakReference,
) -> *mut c_void
Expand description

Load a value from a weak reference, much like swift_weakLoadStrong but without requiring the variable to refer to a native Swift object.

\param ref - never null \return can be null