Don't use unnecessary RefCell wrappers for FnMut callbacks
They don't add any safety as this is via unsafe code anyway and are not needed to get mutable references in this context anyway, while adding a bit of runtime overhead.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
They don't add any safety as this is via unsafe code anyway and are not needed to get mutable references in this context anyway, while adding a bit of runtime overhead.