pub unsafe trait OutputParameter: CDataMut + HasDataType { }
Expand description

Safety

Guarantees that there is space in the output buffer for at least one element.

Implementors