Function pyo3::ffi::PyFunction_SetAnnotations

source ·
pub unsafe extern "C" fn PyFunction_SetAnnotations(
    op: *mut PyObject,
    annotations: *mut PyObject
) -> i32