Function emojicode_sys::Emojicode_stringToCString [] [src]

pub unsafe extern "C" fn Emojicode_stringToCString(
    str: *mut Emojicode_Object
) -> *const c_char

Converts the string to a UTF8 char array and returns it. @warning The returned pointer points into an object allocated by the Emojicode memory manager. It must not be free’d and will not survive the imminent garbage collector cycle.