doc_get_str_by_key

getting the string value from Document by string key It uses UF-16 codding

export extern (C)
const(char*)
doc_get_str_by_key
(
const uint32_t doc_id
,
const char* key_str
,
const uint32_t len
)