pub unsafe extern "C" fn ZL_Data_wStringLens(
data: *mut ZL_Data,
) -> *mut u32Expand description
This method is only valid for ZL_Type_string Data.
It requires write access into StringLens array.
Only valid if StringLens array has already been allocated
and not yet written into.
@return NULL when any of the above conditions is violated.
Array’s capacity is supposed known from reservation request. After writing into the array, the nb of Strings, which is also the nb of String Lengths written, must be provided using ZL_Data_commit().