pyo3_ffi

Function PyFunction_SetAnnotations

Source
pub unsafe extern "C" fn PyFunction_SetAnnotations(
    op: *mut PyObject,
    annotations: *mut PyObject,
) -> c_int
Available on non-Py_LIMITED_API only.