pub unsafe extern "cdecl" fn uidna_nameToUnicodeUTF8(
    idna: *const UIDNA,
    name: PCSTR,
    length: i32,
    dest: PCSTR,
    capacity: i32,
    pinfo: *mut UIDNAInfo,
    perrorcode: *mut UErrorCode
) -> i32