pub unsafe extern "C" fn xmp_append_array_item(
    xmp: *mut Xmp,
    schema: *const c_char,
    name: *const c_char,
    array_options: u32,
    value: *const c_char,
    optionbits: u32
) -> bool