mlx_vector_string_get function
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<ffi.Pointer<ffi.Char>>,
mlx_vector_string,
ffi.Size,
)
>()
external int mlx_vector_string_get(
ffi.Pointer<ffi.Pointer<ffi.Char>> res,
mlx_vector_string vec,
int idx,
);