Function windows::Win32::Graphics::Gdi::CreateDCW

pub unsafe fn CreateDCW<P0, P1, P2>(
    pwszdriver: P0,
    pwszdevice: P1,
    pszport: P2,
    pdm: Option<*const DEVMODEW>,
) -> HDC
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,