pub unsafe fn unumf_openForSkeletonAndLocaleWithError<P0>(
    skeleton: *const u16,
    skeletonlen: i32,
    locale: P0,
    perror: *mut UParseError,
    ec: *mut UErrorCode
) -> *mut UNumberFormatter
where P0: IntoParam<PCSTR>,