windows::Win32::Globalization

Function ucal_open

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