public static extern RfcRc RfcGetFieldDescByName(IntPtr typeHandle, string name, out RfcFieldDesc fieldDescr, out RfcErrorInfo errorInfo);
 public static extern RfcRc RfcGetFieldDescByIndex(IntPtr typeHandle, int index, out RfcFieldDesc fieldDescr, out RfcErrorInfo errorInfo);