Type Alias pyo3::ffi::wrapperfunc_kwds

source ·
pub type wrapperfunc_kwds = Option<unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject, _: *mut c_void, _: *mut PyObject) -> *mut PyObject>;

Aliased Type§

enum wrapperfunc_kwds {
    // some variants omitted
}

Variants§

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here