pub unsafe extern "C" fn lv_calendar_set_today_date(
    obj: *mut lv_obj_t,
    year: u32,
    month: u32,
    day: u32
)