Py_device_encoding method

Pointer<PyObject> Py_device_encoding(
  1. int arg0
)

Implementation

ffi.Pointer<PyObject> Py_device_encoding(
  int arg0,
) {
  return _Py_device_encoding(
    arg0,
  );
}