Skip to main content

PyModuleDef_Init

Function PyModuleDef_Init 

pub unsafe extern "C" fn PyModuleDef_Init(
    arg1: *mut PyModuleDef,
) -> *mut PyObject
Available on crate feature tls only.