pub fn drawbox( x: u32, y: u32, w: u32, h: u32, color: &str, thickness: u32, ) -> impl Fn(Stream<Video>) -> Stream<Video>