pub type EFS_KEY_INFO = _EFS_KEY_INFO;
struct EFS_KEY_INFO { pub dwVersion: u32, pub Entropy: u32, pub Algorithm: u32, pub KeyLength: u32, }
dwVersion: u32
Entropy: u32
Algorithm: u32
KeyLength: u32