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