pub type PFNGLSETFENCEAPPLEPROC = Option<unsafe extern "C" fn(fence: GLuint)>;
pub enum PFNGLSETFENCEAPPLEPROC { None, Some(unsafe extern "C" fn(u32)), }
No value.
Some value of type T.
T