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