pub fn into_dyn_regex<'a, 'b, C, R>( invoke: impl Fn(&mut C) -> Result<R, Error> + 'b ) -> DynamicRegex<'b, C, R>where C: Context<'a>,