pub type ENCLAVE_CREATE_INFO_SGX = _ENCLAVE_CREATE_INFO_SGX;
#[repr(C)]pub struct ENCLAVE_CREATE_INFO_SGX { pub Secs: [u8; 4096], }
Secs: [u8; 4096]