On Mon Nov 14 10:46:54 2022 +0000, Jacek Caban wrote:
`return_string()` is convenient when we need to alloc a BSTR, but since name is already a BSTR here, I think it would be better to avoid extra allocation and open code setting res here.
Actually, we already have `return_bstr()` for that.