pub type GLUquadricErrorProc = Option<unsafe extern "system" fn(param0: u32)>;
pub enum GLUquadricErrorProc { None, Some(unsafe extern "system" fn(u32)), }
No value.
Some value of type T.
T