pub unsafe fn gluSphere(
    qobj: *mut GLUquadric,
    radius: f64,
    slices: i32,
    stacks: i32
)