C code allows to place an empty array of a specified type into an nvlist_t object,
but on the Python side it is currently impossible to deduce the intended value type
from an empty array. Also, at present there is no way to provide the type explicitly.
C code allows to place an empty array of a specified type into an
nvlist_tobject,but on the Python side it is currently impossible to deduce the intended value type
from an empty array. Also, at present there is no way to provide the type explicitly.