pub fn fetch_symbols_for_file( conn: &mut impl GenericClient, project_id: &str, file_path: &str, ) -> Result<Vec<Symbol>>