pub unsafe fn ulistfmt_open<P0>(
    locale: P0,
    status: *mut UErrorCode
) -> *mut UListFormatter
where P0: IntoParam<PCSTR>,