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