Seems like there are a lot of issues when targetting msvc abi.
I get the following error with
(.venv) kira@pop-os:/mnt/secondary-ssd/Kira_GitProjects/PythonProjects/CPython_Extentions$ zig build -p src --prefix-lib-dir src/cpython_extensions -Dtarget=x86_64-windows-msvc
zig build-lib spam Debug x86_64-windows-msvc: error: error(compilation): clang failed with stderr: In file included from /mnt/secondary-ssd/Kira_GitProjects/PythonProjects/CPython_Extentions/src/cpython_extensions/spammodule.c:2:
/home/kira/.local/share/pyenv/versions/3.11.7/include/python3.11/Python.h:23:12: fatal error: 'stdlib.h' file not found
Wondering if I missed a step or it can't be done on non-windows os

bro