py_newmat3x3 method

Pointer<c11_mat3x3> py_newmat3x3(
  1. py_OutRef out
)

Implementation

ffi.Pointer<c11_mat3x3> py_newmat3x3(
  py_OutRef out,
) {
  return _py_newmat3x3(
    out,
  );
}