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