Function pyo3::ffi::PyFunction_SetDefaults

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