pub unsafe extern "C" fn xmp_get_localized_text(
    xmp: *const Xmp,
    schema: *const c_char,
    name: *const c_char,
    gen_lang: *const c_char,
    spec_lang: *const c_char,
    actual_lang: *mut XmpString,
    value: *mut XmpString,
    propbits: *mut u32
) -> bool