pub type GstGLContextThreadFunc = Option<unsafe extern "C" fn(*mut GstGLContext, gpointer)>;
pub enum GstGLContextThreadFunc { None, Some(unsafe extern "C" fn(*mut GstGLContext, *mut c_void)), }
No value.
Some value of type T.
T