fn parse( custom_parser: &Option<Box<dyn Fn(&str) -> Option<f64> + '_>>, value_text: &str, ) -> Option<f64>