pub type PFNEGLSWAPINTERVALPROC = Option<unsafe extern "C" fn(dpy: EGLDisplay, interval: EGLint) -> EGLBoolean>;
pub enum PFNEGLSWAPINTERVALPROC { None, Some(unsafe extern "C" fn(*mut c_void, i32) -> u32), }
No value.
Some value of type T.
T