Function pyo3_ffi::PyFunction_GetModule

source ยท
pub unsafe extern "C" fn PyFunction_GetModule(
    op: *mut PyObject,
) -> *mut PyObject
Available on non-Py_LIMITED_API only.