Function PyModule_AddFunctions
pub unsafe extern "C" fn PyModule_AddFunctions(
arg1: *mut PyObject,
arg2: *mut PyMethodDef,
) -> i32
Available on crate features
dep_pyo3
and std
only.pub unsafe extern "C" fn PyModule_AddFunctions(
arg1: *mut PyObject,
arg2: *mut PyMethodDef,
) -> i32
dep_pyo3
and std
only.