pub unsafe extern "C" fn uiButtonSetText(
    b: *mut uiButton,
    text: *const c_char
)
Expand description

Sets the button label text.

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