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