Function ntcore_sys::NT_AllocateStringArray
[−]
[src]
pub unsafe extern "C" fn NT_AllocateStringArray(size: usize) -> *mut NT_String
Allocates an array of NT_Strings. Note that the size is the number of elements, and not the specific number of bytes to allocate. That is calculated internally.
@param size the number of elements the array will contain @return the allocated NT_String array
After use, the array should be freed using the NT_FreeStringArray() function.