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