Type Definition lvgl_sys::lv_img_decoder_info_f_t

source ·
pub type lv_img_decoder_info_f_t = Option<unsafe extern "C" fn(decoder: *mut _lv_img_decoder_t, src: *const c_void, header: *mut lv_img_header_t) -> lv_res_t>;