pub type ENCLAVE_CREATE_INFO_SGX = _ENCLAVE_CREATE_INFO_SGX;
struct ENCLAVE_CREATE_INFO_SGX { pub Secs: [u8; 4096], }
Secs: [u8; 4096]