pub fn generate_python_embedding_artifacts(
env: &Environment,
target_triple: &str,
flavor: &str,
python_version: Option<&str>,
dest_path: &Path,
) -> Result<()>
Expand description
Generate artifacts for embedding Python in a binary.