pub unsafe extern "C" fn PyLongWriter_Create(
negative: c_int,
ndigits: Py_ssize_t,
digits: *mut *mut c_void,
) -> *mut PyLongWriterAvailable on
Py_3_14 and neither Py_LIMITED_API nor RustPython only.