pub unsafe fn uloc_getDisplayVariant<P0, P1>(
    locale: P0,
    displaylocale: P1,
    variant: *mut u16,
    variantcapacity: i32,
    status: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,