PyBytes_Repr method Null safety
Implementation
ffi.Pointer<PyObject> PyBytes_Repr(
ffi.Pointer<PyObject> arg0,
int arg1,
) {
return _PyBytes_Repr(
arg0,
arg1,
);
}
ffi.Pointer<PyObject> PyBytes_Repr(
ffi.Pointer<PyObject> arg0,
int arg1,
) {
return _PyBytes_Repr(
arg0,
arg1,
);
}