Function emojicode_sys::Emojicode_RetainedObjectPointer_unretainedPointer [] [src]

pub unsafe extern "C" fn Emojicode_RetainedObjectPointer_unretainedPointer(
    this: *const Emojicode_RetainedObjectPointer
) -> *mut Emojicode_Object

Returns an ordinary pointer to the retained object. /// @warning This pointer is only valid until the next garbage collector cycle. This does, of course, not pose a /// problem if you store the pointer into another object that can be reached by the garbage collector or if you /// return it.