pub fn pymodule_impl(
    fnname: &Ident,
    options: PyModuleOptions,
    doc: PythonDoc,
    visibility: &Visibility
) -> TokenStream
Expand description

Generates the function that is called by the python interpreter to initialize the native module