Function pyo3_ffi::PyFunction_SetDefaults

source ยท
pub unsafe extern "C" fn PyFunction_SetDefaults(
    op: *mut PyObject,
    defaults: *mut PyObject
) -> c_int