ZL_Data_rStringLens

Function ZL_Data_rStringLens 

Source
pub unsafe extern "C" fn ZL_Data_rStringLens(
    data: *const ZL_Data,
) -> *const u32
Expand description

This method is only valid for ZL_Type_string Data. @return a pointer to the array of string lengths. The size of this array is == ZL_Data_numElts(data). @return NULL if incorrect data type, or StringLens not allocated yet.