Function swift_runtime_sys::root::swift::swift_projectBox
source ยท pub unsafe extern "C" fn swift_projectBox(
object: *mut HeapObject,
) -> *mut OpaqueValue
Expand description
Project the value out of a box. object
must have been allocated
using swift_allocBox
, or by the compiler using a statically-emitted
box metadata object.