pub unsafe extern "C" fn PyNode_Compile(
    arg1: *mut _node,
    arg2: *const c_char
) -> *mut PyCodeObject
This is supported on non-Py_3_10 only.