Exemplo n.º 1
0
 public static void Version(out int Major, out int Minor)
 {
     CapstoneAPI.cs_version(out Major, out Minor);
 }