pub type EFS_VERSION_INFO = _EFS_VERSION_INFO;
struct EFS_VERSION_INFO { pub EfsVersion: u32, pub SubVersion: u32, }
EfsVersion: u32
SubVersion: u32