pub type lv_fs_path_ex_t = _lv_fs_path_ex_t;
#[repr(C)]pub struct lv_fs_path_ex_t { pub path: [i8; 4], pub buffer: *const c_void, pub size: u32, }
path: [i8; 4]
buffer: *const c_void
size: u32