libc.dylib exists but ctypes skips it. Possibly because it is a symlink. I added `find_library('System')` which is what libc links to and the import worked.