If Ok, Calls the provided closure with the ok value, else does nothing.
Result<S, F> inspect(void Function(S ok) fn);