PyModule_AddObject method Null safety
Implementation
int PyModule_AddObject(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<ffi.Int8> arg1,
ffi.Pointer<PyObject> arg2,
) {
return _PyModule_AddObject(
arg0,
arg1,
arg2,
);
}
int PyModule_AddObject(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<ffi.Int8> arg1,
ffi.Pointer<PyObject> arg2,
) {
return _PyModule_AddObject(
arg0,
arg1,
arg2,
);
}