pub(crate) type Lint = fn(&Path) -> LintFnResult;
Function pointer type for a single lint invocation.