pub unsafe extern "C" fn heif_item_get_property_transform_crop_borders(
    context: *const heif_context,
    itemId: heif_item_id,
    propertyId: heif_property_id,
    image_width: c_int,
    image_height: c_int,
    left: *mut c_int,
    top: *mut c_int,
    right: *mut c_int,
    bottom: *mut c_int
)