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