pub type PFNGLGETPATHCOORDSNVPROC = Option<unsafe extern "C" fn(path: GLuint, coords: *mut GLfloat)>;
pub enum PFNGLGETPATHCOORDSNVPROC { None, Some(unsafe extern "C" fn(u32, *mut f32)), }
No value.
Some value of type T.
T