PyCodec_LookupError method

Pointer<PyObject> PyCodec_LookupError(
  1. Pointer<Char> name
)

Implementation

ffi.Pointer<PyObject> PyCodec_LookupError(
  ffi.Pointer<ffi.Char> name,
) {
  return _PyCodec_LookupError(
    name,
  );
}