Exemplo n.º 1
0
 public static void FLSlot_SetData(FLSlot *x, byte[] slice)
 {
     fixed(byte *slice_ = slice)
     {
         NativeRaw.FLSlot_SetData(x, new FLSlice(slice_, (ulong)slice.Length));
     }
 }