pub unsafe extern "C" fn avifImageSetMetadataExif(
    image: *mut avifImage,
    exif: *const u8,
    exifSize: usize
) -> avifResult