pub unsafe fn uloc_getDisplayName<P0, P1>(
    localeid: P0,
    inlocaleid: P1,
    result: *mut u16,
    maxresultsize: i32,
    err: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,