pub unsafe fn udtitvfmt_open<P0>(
    locale: P0,
    skeleton: *const u16,
    skeletonlength: i32,
    tzid: *const u16,
    tzidlength: i32,
    status: *mut UErrorCode
) -> *mut UDateIntervalFormat
where P0: IntoParam<PCSTR>,