The FFI tutorial should reflect the fact that: 1. `Option<thin-ptr-type>` is guaranteed to be a pointer with None represented as NULL. 2. `Option<extern "C" fn>` is the recommended way to represent a nullable fn pointer.