pub unsafe fn udat_open<P0>(
    timestyle: UDateFormatStyle,
    datestyle: UDateFormatStyle,
    locale: P0,
    tzid: *const u16,
    tzidlength: i32,
    pattern: *const u16,
    patternlength: i32,
    status: *mut UErrorCode
) -> *mut *mut c_void
where P0: IntoParam<PCSTR>,