Function rustc_codegen_ssa::back::archive::create_mingw_dll_import_lib

source ยท
pub fn create_mingw_dll_import_lib(
    sess: &Session,
    lib_name: &str,
    import_name_and_ordinal_vector: Vec<(String, Option<u16>)>,
    output_path: &Path,
)