pub type GLUtessVertexProc = Option<unsafe extern "system" fn(param0: *mut c_void)>;
enum GLUtessVertexProc { None, Some(unsafe extern "system" fn(_: *mut c_void)), }
No value.
Some value of type T.
T