Function windows::Win32::Graphics::Gdi::CreateDCA

pub unsafe fn CreateDCA<P0, P1, P2>(
    pwszdriver: P0,
    pwszdevice: P1,
    pszport: P2,
    pdm: Option<*const DEVMODEA>
) -> HDC
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,