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