Function pyo3::ffi::PyComplex_FromDoubles

source ·
pub unsafe extern "C" fn PyComplex_FromDoubles(
    real: f64,
    imag: f64
) -> *mut PyObject