Type Alias pyo3_ffi::wrapperfunc

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

Aliased Type§

enum wrapperfunc {
    // some variants omitted
}

Variants§