DestroyMatrixInfo method

Pointer<MatrixInfo> DestroyMatrixInfo(
  1. Pointer<MatrixInfo> arg0
)

Implementation

ffi.Pointer<MatrixInfo> DestroyMatrixInfo(
  ffi.Pointer<MatrixInfo> arg0,
) {
  return _DestroyMatrixInfo(
    arg0,
  );
}