Function windows::Win32::Graphics::OpenGL::DescribePixelFormat
pub unsafe fn DescribePixelFormat<P0>(
hdc: P0,
ipixelformat: i32,
nbytes: u32,
ppfd: Option<*mut PIXELFORMATDESCRIPTOR>,
) -> i32where
P0: Param<HDC>,