fn match_paren_end(s: &str) -> Option<usize>
Given a string starting with (, find the index of the matching ).
(
)