// TODO: get bindgen to emit these defines
pub const NV_VERSION: c_int = 0;
pub const NV_ENCODE_NATIVE: c_int = 0;
pub const NV_ENCODE_XDR: c_int = 1;
pub const NV_UNIQUE_NAME: c_uint = 1;
pub const NV_UNIQUE_NAME_TYPE: c_uint = 2;
pub const NV_FLAG_NOENTOK: c_int = 1;
include!;