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