Function windows::Win32::Graphics::OpenGL::ChoosePixelFormat

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