pub fn set_interval( callback: impl FnMut() + Send + 'static, milliseconds: impl Into<f64>, ) -> (Handle, JSFunction)