Py_c_neg method Null safety

Py_complex Py_c_neg (
  1. Py_complex arg0
)

Implementation

Py_complex Py_c_neg(
  Py_complex arg0,
) {
  return _Py_c_neg(
    arg0,
  );
}