mlx_vector_string_new_data function
Implementation
@ffi.Native<
mlx_vector_string Function(ffi.Pointer<ffi.Pointer<ffi.Char>>, ffi.Size)
>()
external mlx_vector_string mlx_vector_string_new_data(
ffi.Pointer<ffi.Pointer<ffi.Char>> data,
int size,
);