Function windows::Win32::Graphics::OpenGL::SetPixelFormat

pub unsafe fn SetPixelFormat<P0>(
    hdc: P0,
    format: i32,
    ppfd: *const PIXELFORMATDESCRIPTOR,
) -> Result<()>
where P0: Param<HDC>,