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: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,