pub struct FileReference { pub name: &'static str, pub package: &'static str, pub extern_path: &'static str, }
name: &'static str
package: &'static str
extern_path: &'static str