Type Alias GstPad Forward Function
Source pub type GstPadForwardFunction = Option<unsafe extern "C" fn(*mut GstPad, gpointer) -> gboolean>;Aliased Type§
pub enum GstPadForwardFunction {
None,
Some(unsafe extern "C" fn(*mut GstPad, *mut c_void) -> i32),
}