pub fn generate_interface_files(
    mv_file_locations: &mut [IndexedPackagePath],
    interface_files_dir_opt: Option<String>,
    module_to_named_address: &BTreeMap<CompiledModuleId, String>,
    separate_by_hash: bool
) -> Result<Vec<IndexedPackagePath>>