pub type ENCLAVE_CREATE_INFO_VBS = _ENCLAVE_CREATE_INFO_VBS;
struct ENCLAVE_CREATE_INFO_VBS { pub Flags: u32, pub OwnerID: [u8; 32], }
Flags: u32
OwnerID: [u8; 32]