py_newvec2i method

void py_newvec2i(
  1. py_OutRef out,
  2. c11_vec2i arg1
)

Implementation

void py_newvec2i(
  py_OutRef out,
  c11_vec2i arg1,
) {
  return _py_newvec2i(
    out,
    arg1,
  );
}