PyFunction_SetClosure method Null safety
Implementation
int PyFunction_SetClosure(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<PyObject> arg1,
) {
return _PyFunction_SetClosure(
arg0,
arg1,
);
}
int PyFunction_SetClosure(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<PyObject> arg1,
) {
return _PyFunction_SetClosure(
arg0,
arg1,
);
}