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