smbios_get_string
if (smbios_get_string(tbl, idx, tmpbuf, 128) != NULL) {
if (smbios_get_string(tbl, idx, tmpbuf, 128) == NULL)
char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);
if ((s = smbios_get_string(&smbios, psys->vendor, buf, 64)) != NULL) {
smbios_get_string(&smbios, psys->product, buf, 64);
char *smbios_get_string(struct smbtable *, uint8_t, char *, size_t);