Function ntcore_sys::NT_FreeStringArray [] [src]

pub unsafe extern "C" fn NT_FreeStringArray(
    v_string: *mut NT_String,
    arr_size: usize
)

Frees an array of NT_Strings.

@param v_string pointer to the string array to free @param arr_size size of the string array to free

Note that the individual NT_Strings in the array should NOT be freed before calling this. This function will free all the strings individually.