func vipsExifOrientation(image *C.VipsImage) int { return int(C.vips_exif_orientation(image)) }
func vipsExifOrientation(image *C.struct__VipsImage) int { orientation := int(C.vips_exif_orientation(image)) return orientation }