pub unsafe extern "C" fn uiLabelSetText(
    l: *mut uiLabel,
    text: *const c_char
)
Expand description

Sets the label text.

@param l uiLabel instance. @param text Label text.\n A valid, NUL terminated UTF-8 string.\n Data is owned by the caller. @memberof uiLabel