pub fn replicate<'a, T>( ctx: *mut RedisModuleCtx, command: &str, args: T, ) -> Statuswhere T: Into<StrCallArgs<'a>>,