pub unsafe extern "C" fn PyLong_AsNativeBytes(
v: *mut PyObject,
buffer: *mut c_void,
n_bytes: isize,
flags: i32,
) -> isizeAvailable on
Py_3_14, or Py_3_13 and non-Py_LIMITED_API only.