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