pub unsafe fn ucal_open<P0>(
    zoneid: *const u16,
    len: i32,
    locale: P0,
    type: UCalendarType,
    status: *mut UErrorCode
) -> *mut *mut c_void
where P0: IntoParam<PCSTR>,