pub unsafe fn SetCalendarInfoW<P0>(
    locale: u32,
    calendar: u32,
    caltype: u32,
    lpcaldata: P0
) -> Result<()>
where P0: IntoParam<PCWSTR>,