PyBytes_Concat method Null safety
Implementation
void PyBytes_Concat(
ffi.Pointer<ffi.Pointer<PyObject>> arg0,
ffi.Pointer<PyObject> arg1,
) {
return _PyBytes_Concat(
arg0,
arg1,
);
}
void PyBytes_Concat(
ffi.Pointer<ffi.Pointer<PyObject>> arg0,
ffi.Pointer<PyObject> arg1,
) {
return _PyBytes_Concat(
arg0,
arg1,
);
}