pub unsafe fn ucnv_openStandardNames<P0, P1>(
    convname: P0,
    standard: P1,
    perrorcode: *mut UErrorCode
) -> *mut UEnumeration
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,