pub type VideoInputFn = Box<dyn FnMut(VideoBufferRef<'_>) + Send + 'static>;
pub struct VideoInputFn(/* private fields */);