Function windows::Win32::Graphics::OpenGL::glOrtho

pub unsafe fn glOrtho(
    left: f64,
    right: f64,
    bottom: f64,
    top: f64,
    znear: f64,
    zfar: f64
)