pub fn process_folder<P>(
    root: P,
    options: &Options,
    file_data: &mut Data
) -> Result<()>where
    P: AsRef<Path>,