pub unsafe extern "C" fn _lv_txt_get_next_line(
    txt: *const c_char,
    font: *const lv_font_t,
    letter_space: lv_coord_t,
    max_width: lv_coord_t,
    used_width: *mut lv_coord_t,
    flag: lv_text_flag_t
) -> u32