pub unsafe fn uloc_toLanguageTag<P0, P1>(
    localeid: P0,
    langtag: P1,
    langtagcapacity: i32,
    strict: i8,
    err: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,