pub unsafe extern "C" fn xmp_serialize_and_format(
    xmp: *const Xmp,
    buf: *mut XmpString,
    options: u32,
    padding: u32,
    newline: *const c_char,
    tab: *const c_char,
    indent: i32
) -> bool