Py_device_encoding method Null safety
- int arg0
Implementation
ffi.Pointer<PyObject> Py_device_encoding(
int arg0,
) {
return _Py_device_encoding(
arg0,
);
}
ffi.Pointer<PyObject> Py_device_encoding(
int arg0,
) {
return _Py_device_encoding(
arg0,
);
}