pub fn lib_from_file<P>(path: P) -> Result<StaticLibrary, GaiaError>where P: AsRef<Path>,
Reads a static library from a file path.