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