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 copied internally. Ownership is not transferred.
@memberof uiLabel