1 // Copyright © 2015, skdltmxn
2 // Licensed under the MIT License <LICENSE.md>
3 //! Type definitions for the basic types.
4 //909
5 pub type NTSTATUS = ::LONG;
6 pub type PNTSTATUS = *mut NTSTATUS;
7 pub type PCNTSTATUS = *const NTSTATUS;
8