Function pyo3_ffi::PyFunction_SetKwDefaults
source ยท pub unsafe extern "C" fn PyFunction_SetKwDefaults(
op: *mut PyObject,
defaults: *mut PyObject,
) -> c_int
Available on non-
Py_LIMITED_API
only.