PyExceptionClass_Name method Null safety

Pointer<Int8> PyExceptionClass_Name (
  1. Pointer<PyObject> arg0
)

Implementation

ffi.Pointer<ffi.Int8> PyExceptionClass_Name(
  ffi.Pointer<PyObject> arg0,
) {
  return _PyExceptionClass_Name(
    arg0,
  );
}