pub unsafe extern "C" fn lv_obj_get_transformed_area(
    obj: *const _lv_obj_t,
    area: *mut lv_area_t,
    recursive: bool,
    inv: bool
)