pub fn import_lino_file<T, P>(storage: &mut T, path: P) -> Result<()>where T: NamedTypeLinks, P: AsRef<Path>,