public static bool Crash(udtCrashType crashType) { return udtCrash(crashType) == udtErrorCode.None; }
private static extern udtErrorCode udtCrash(udtCrashType crashType);