pub unsafe fn ucal_getTimeZoneDisplayName<P0>(
    cal: *const *const c_void,
    type: UCalendarDisplayNameType,
    locale: P0,
    result: *mut u16,
    resultlength: i32,
    status: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>,