pub fn impl_wrap(
    cls: &Type,
    name: &Ident,
    spec: &FnSpec<'_>,
    noargs: bool
) -> TokenStream
Expand description

Generate function wrapper (PyCFunction, PyCFunctionWithKeywords)