pub fn find_pattern_in_module( module_name: &str, pattern: &str, ) -> Result<Vec<ScanMatch>>
find pattern in module by name
convenience function that looks up the module and scans it