Function gstreamer::bin::do_latency_trampoline

source ยท
unsafe extern "C" fn do_latency_trampoline<P, F: Fn(&P) -> Result<(), LoggableError> + Send + Sync + 'static>(
    this: *mut GstBin,
    f: gpointer,
) -> gboolean
where P: IsA<Bin>,