Type Alias pyo3::ffi::wrapperfunc

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

Aliased Type§

enum wrapperfunc {
    // some variants omitted
}

Variants§

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