pub const fn __construct_regex<const N: usize>( fn_pair: (fn(&str) -> bool, for<'a> fn(&'a str) -> Option<[Option<&'a str>; N]>), ) -> Regex<N>
Intended to be used in macros only.