PyCodec_LookupError method Null safety
Implementation
ffi.Pointer<PyObject> PyCodec_LookupError(
ffi.Pointer<ffi.Int8> name,
) {
return _PyCodec_LookupError(
name,
);
}
ffi.Pointer<PyObject> PyCodec_LookupError(
ffi.Pointer<ffi.Int8> name,
) {
return _PyCodec_LookupError(
name,
);
}