pub fn convert_sample_async_local<F>( sample: &Sample, caps: &Caps, timeout: Option<ClockTime>, func: F, )where F: FnOnce(Result<Sample, Error>) + 'static,