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