Function windows::Win32::Graphics::Gdi::CreateICW

pub unsafe fn CreateICW<P0, P1, P2>(
    pszdriver: P0,
    pszdevice: P1,
    pszport: P2,
    pdm: Option<*const DEVMODEW>
) -> HDC
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,