PyBytes_DecodeEscape_1 method Null safety
Implementation
ffi.Pointer<PyObject> PyBytes_DecodeEscape_1(
ffi.Pointer<ffi.Int8> arg0,
int arg1,
ffi.Pointer<ffi.Int8> arg2,
int arg3,
ffi.Pointer<ffi.Int8> arg4,
ffi.Pointer<ffi.Pointer<ffi.Int8>> arg5,
) {
return _PyBytes_DecodeEscape_1(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
);
}