stmfSetLuProp
ret = stmfSetLuProp(hdl, STMF_LU_PROP_SIZE,
ret = stmfSetLuProp(hdl, STMF_LU_PROP_FILENAME, operands[0]);
ret = stmfSetLuProp(hdl, propId, propVal);
stmfRet = stmfSetLuProp(hdl, STMF_LU_PROP_SIZE,
stmfRet = stmfSetLuProp(hdl, STMF_LU_PROP_FILENAME, operands[0]);
int stmfSetLuProp(luResource hdl, uint32_t propType, const char *propVal);
ret = stmfSetLuProp(hdl, prop, propVal);