pub unsafe extern "C" fn uiGroupSetTitle(
    g: *mut uiGroup,
    title: *const c_char
)
Expand description

Sets the group title.

@param g uiGroup instance. @param title Group title text.\n A valid, NUL terminated UTF-8 string.\n Data is owned by the caller. @memberof uiGroup