[][src]Function sgx_types::sgx_create_enclave_from_buffer_ex

pub unsafe extern "C" fn sgx_create_enclave_from_buffer_ex(
    buffer: *const uint8_t,
    buffer_size: size_t,
    debug: int32_t,
    enclave_id: *mut sgx_enclave_id_t,
    misc_attr: *mut sgx_misc_attribute_t,
    ex_features: uint32_t,
    ex_features_p: *const [*const c_void; 32]
) -> sgx_status_t