pub fn register_global_function_recognizer<R>(recognizer: R)where
    R: 'static + FunctionRecognizer + Send + Sync + Sized,