PyLong_FormatBytesWriter method Null safety
Implementation
ffi.Pointer<ffi.Int8> PyLong_FormatBytesWriter(
ffi.Pointer<_PyBytesWriter> writer,
ffi.Pointer<ffi.Int8> str,
ffi.Pointer<PyObject> obj,
int base,
int alternate,
) {
return _PyLong_FormatBytesWriter(
writer,
str,
obj,
base,
alternate,
);
}