pub unsafe extern "C" fn sgx_ecall(
    enclave_id: EnclaveId,
    index: i32,
    ocall_table: *const c_void,
    ms: *const c_void
) -> SgxStatus