Function gstreamer::pad::trampoline_event_full_function

source ยท
unsafe extern "C" fn trampoline_event_full_function<T, F: Fn(&T, Option<&Object>, Event) -> Result<FlowSuccess, FlowError> + Send + Sync + 'static>(
    pad: *mut GstPad,
    parent: *mut GstObject,
    event: *mut GstEvent,
) -> GstFlowReturn
where T: IsA<Pad>,