pub unsafe trait OutputParameter: CDataMut + HasDataType { }
Expand description
§Safety
Guarantees that there is space in the output buffer for at least one element.
pub unsafe trait OutputParameter: CDataMut + HasDataType { }
Guarantees that there is space in the output buffer for at least one element.