pub fn windows_python_launcher(
_python_executable: impl AsRef<Path>,
_is_gui: bool,
) -> Result<Vec<u8>, Error>Expand description
Construct a Windows Python launcher.
On Unix, this always returns Error::NotWindows. Trampolines are a Windows-specific feature
and cannot be created on other platforms.