py_newvec3i method

void py_newvec3i(
  1. py_OutRef out,
  2. c11_vec3i arg1
)

Implementation

void py_newvec3i(
  py_OutRef out,
  c11_vec3i arg1,
) {
  return _py_newvec3i(
    out,
    arg1,
  );
}