pub unsafe fn DescribePixelFormat<P0>(
    hdc: P0,
    ipixelformat: i32,
    nbytes: u32,
    ppfd: Option<*mut PIXELFORMATDESCRIPTOR>
) -> i32
where P0: IntoParam<HDC>,