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