Host_bindings::LVGL

Function lv_indev_set_read_cb

Source
pub unsafe extern "C" fn lv_indev_set_read_cb(
    indev: *mut lv_indev_t,
    read_cb: Option<unsafe extern "C" fn(_: *mut lv_indev_t, _: *mut lv_indev_data_t)>,
)