pub unsafe extern "C" fn uiEntrySetText(
    e: *mut uiEntry,
    text: *const c_char
)
Expand description

Sets the entry’s text.

@param e uiEntry instance. @param text Entry text.\n A valid, NUL terminated UTF-8 string.\n Data is owned by the caller. @memberof uiEntry