pub unsafe fn ucal_getTimeZoneIDForWindowsID<P0>(
    winid: *const u16,
    len: i32,
    region: P0,
    id: *mut u16,
    idcapacity: i32,
    status: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>,