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