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