Function Py_CompileString
pub unsafe fn Py_CompileString(
string: *const i8,
p: *const i8,
s: i32,
) -> *mut PyObjectAvailable on crate feature
tls and neither PyPy nor GraalPy only.