Function gstreamer::pad::trampoline_link_function

source ยท
unsafe extern "C" fn trampoline_link_function<T, F: Fn(&T, Option<&Object>, &Pad) -> Result<PadLinkSuccess, PadLinkError> + Send + Sync + 'static>(
    pad: *mut GstPad,
    parent: *mut GstObject,
    peer: *mut GstPad,
) -> GstPadLinkReturn
where T: IsA<Pad>,