int ggml_get_i32_nd( ffi.Pointer<ggml_tensor> tensor, int i0, int i1, int i2, int i3, ) { return _ggml_get_i32_nd( tensor, i0, i1, i2, i3, ); }