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

Generate static method wrapper (PyCFunction, PyCFunctionWithKeywords)