Type Alias pyo3_ffi::wrapperfunc_kwds

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

Aliased Type§

enum wrapperfunc_kwds {
    // some variants omitted
}

Variants§