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