py_newvec4i method

void py_newvec4i(
  1. py_OutRef out,
  2. c11_vec4i arg1
)

Implementation

void py_newvec4i(
  py_OutRef out,
  c11_vec4i arg1,
) {
  return _py_newvec4i(
    out,
    arg1,
  );
}