pub(crate) fn match_close_paren(bytes: &[u8], open: usize) -> Option<usize>
Find the matching ) for the ( at open. Returns the byte offset of the closer or None if unbalanced.
)
(
open
None