A function pointer is a pointer to a function, which can be stored in a variable.
I've been playing around with Rust the past week. I can't seem to figure out how to pass a function …