public void FillMatrix(ref MandelbrotParams mparams, byte[] matrix)
 {
     fillMatrix(this._handle, ref mparams, matrix);
 }
 private static extern void fillMatrix(IntPtr handle, ref MandelbrotParams mparams, byte[] buffer);