Function PyFunction_SetAnnotations

pub unsafe extern "C" fn PyFunction_SetAnnotations(
    op: *mut PyObject,
    annotations: *mut PyObject,
) -> i32
Available on crate features dep_pyo3 and std only.