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