use
super::*;
pub const LV_BIDI_LRO: &'static [u8; 4usize] = b"\xE2\x80\xAD\0";
pub const LV_BIDI_RLO: &'static [u8; 4usize] = b"\xE2\x80\xAE\0";
pub const LV_BIDI_DIR_LTR: _bindgen_ty_1 = 0;
pub const LV_BIDI_DIR_RTL: _bindgen_ty_1 = 1;
pub const LV_BIDI_DIR_AUTO: _bindgen_ty_1 = 2;
pub const LV_BIDI_DIR_INHERIT: _bindgen_ty_1 = 3;
pub const LV_BIDI_DIR_NEUTRAL: _bindgen_ty_1 = 32;
pub const LV_BIDI_DIR_WEAK: _bindgen_ty_1 = 33;
#[doc = " TYPEDEFS"]
pub type _bindgen_ty_1 = u32;
pub type lv_bidi_dir_t = u8;