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