pub type ENCLAVE_INIT_INFO_VBS = _ENCLAVE_INIT_INFO_VBS;
#[repr(C)]pub struct ENCLAVE_INIT_INFO_VBS { pub Length: u32, pub ThreadCount: u32, }
Length: u32
ThreadCount: u32