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

Generates python3.dll import library directly from the embedded Python Stable ABI definitions data.

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