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