1 2 3 4 5
use crate::NvU32; pub fn make_nvapi_version<T>(version: u32) -> NvU32 { std::mem::size_of::<T>() as u32 | version << 16 }