pub unsafe fn ulistfmt_openForType<P0>(
    locale: P0,
    type: UListFormatterType,
    width: UListFormatterWidth,
    status: *mut UErrorCode
) -> *mut UListFormatter
where P0: IntoParam<PCSTR>,