Type Alias GstGL Allocation Params Free Func 
Source pub type GstGLAllocationParamsFreeFunc = Option<unsafe extern "C" fn(gpointer)>;Aliased Type§
pub enum GstGLAllocationParamsFreeFunc {
    None,
    Some(unsafe extern "C" fn(*mut c_void)),
}