#[no_mangle] pub unsafe extern "C" fn pkgcraft_str_array_free( strs: *mut *mut c_char, len: usize)
Free an array of strings.
The argument must be a pointer to a string array or NULL along with the length of the array.