Function SetPixelFormat

Source
pub unsafe extern "C" fn SetPixelFormat(
    hdc: HDC,
    format: c_int,
    ppfd: *const PIXELFORMATDESCRIPTOR,
) -> BOOL