pub unsafe extern "C" fn ZL_TypedBuffer_createWrapString(
stringBuffer: *mut c_void,
stringBufferCapacity: usize,
lenBuffer: *mut u32,
maxNumStrings: usize,
) -> *mut ZL_TypedBufferExpand description
@brief Creates a pre-allocated ZL_TypedBuffer for String data.
@param stringBuffer The buffer where the concatenation of all Strings will be written. @param stringBufferCapacity Size of stringBuffer @param lenBuffer Buffer for the array of lengths, which are 32-bit unsigned. @param maxNumStrings Maximum number of strings that can be written. @return Pointer to wrapped typed buffer, or NULL on error