pub unsafe extern "C" fn lv_image_get_src_width( obj: *mut lv_obj_t, ) -> i32
Get the width of an image before any transformations. @param obj Pointer to an image object. @return The width of the image.