pub unsafe fn uloc_getDisplayKeywordValue<P0, P1, P2>(
    locale: P0,
    keyword: P1,
    displaylocale: P2,
    dest: *mut u16,
    destcapacity: i32,
    status: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,