pub unsafe extern "C" fn xmp_get_array_item(
    xmp: *const Xmp,
    schema: *const c_char,
    name: *const c_char,
    index: i32,
    property: *mut XmpString,
    propsbits: *mut u32
) -> bool