ZL_Input_stringLens

Function ZL_Input_stringLens 

Source
pub unsafe extern "C" fn ZL_Input_stringLens(
    input: *const ZL_Input,
) -> *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.