Function PyComplex_AsCComplex
pub unsafe extern "C" fn PyComplex_AsCComplex(
op: *mut PyObject,
) -> Py_complex
Available on crate features
dep_pyo3
and std
only.pub unsafe extern "C" fn PyComplex_AsCComplex(
op: *mut PyObject,
) -> Py_complex
dep_pyo3
and std
only.