Function windows::Win32::Graphics::Gdi::CreateICA

pub unsafe fn CreateICA<P0, P1, P2>(
    pszdriver: P0,
    pszdevice: P1,
    pszport: P2,
    pdm: Option<*const DEVMODEA>
) -> HDC
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,