Type Alias GstGLContextThreadFunc
Sourcepub type GstGLContextThreadFunc = Option<unsafe extern "C" fn(*mut GstGLContext, gpointer)>;
Aliased Type§
enum GstGLContextThreadFunc {
None,
Some(unsafe extern "C" fn(*mut GstGLContext, *mut c_void)),
}