Function wxd_RichTextCtrl_SetStyleRange

Source
pub unsafe extern "C" fn wxd_RichTextCtrl_SetStyleRange(
    self_: *mut wxd_RichTextCtrl_t,
    start: wxd_Long_t,
    end: wxd_Long_t,
    bold: bool,
    italic: bool,
    underline: bool,
) -> bool