#[no_mangle]
pub unsafe extern "C" fn rsgx_create_enclave(
    path: *const c_char,
    debug: i32,
    eid: *mut EnclaveId,
    misc_attr: *mut MiscAttribute
) -> SgxStatus