Type Alias gstreamer_gl_sys::GstGLAllocationParamsFreeFunc
source · pub type GstGLAllocationParamsFreeFunc = Option<unsafe extern "C" fn(_: gpointer)>;
Aliased Type§
enum GstGLAllocationParamsFreeFunc {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}