pub unsafe extern "C" fn PyLong_FromNativeBytes(
buffer: *const c_void,
n_bytes: usize,
flags: i32,
) -> *mut PyObjectAvailable on
Py_3_14, or Py_3_13 and non-Py_LIMITED_API only.