Function sgx_types::sgx_create_enclave[][src]

pub unsafe extern "C" fn sgx_create_enclave(
    file_name: *const c_char,
    debug: int32_t,
    launch_token: *mut sgx_launch_token_t,
    launch_token_updated: *mut int32_t,
    enclave_id: *mut sgx_enclave_id_t,
    misc_attr: *mut sgx_misc_attribute_t
) -> sgx_status_t