pub unsafe extern "cdecl" fn ucasemap_utf8ToUpper(
    csm: *const UCaseMap,
    dest: PCSTR,
    destcapacity: i32,
    src: PCSTR,
    srclength: i32,
    perrorcode: *mut UErrorCode
) -> i32