pub fn generate_implib(out_dir: &str) -> Result<()>
Expand description

Generates python3.dll import library directly from the embedded Python Stable ABI definitions data for the default 64-bit MinGW-w64 compile target.

The import library file named python3.dll.a is created in directory out_dir.

The import library is generated for the default x86_64-pc-windows-gnu cross-compile target.