pub unsafe fn uldn_keyValueDisplayName<P0, P1>(
    ldn: *const ULocaleDisplayNames,
    key: P0,
    value: P1,
    result: *mut u16,
    maxresultsize: i32,
    perrorcode: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,