pub unsafe extern "C" fn avifImageSetMetadataXMP(
    image: *mut avifImage,
    xmp: *const u8,
    xmpSize: usize
) -> avifResult