mlx_closure_kwargs_set function

  1. @Native<Int Function(Pointer<mlx_closure_kwargs>, mlx_closure_kwargs)>(ffi.Pointer<mlx_closure_kwargs>, mlx_closure_kwargs)>()
int mlx_closure_kwargs_set(
  1. Pointer<mlx_closure_kwargs> cls,
  2. mlx_closure_kwargs src
)

Implementation

@ffi.Native<
  ffi.Int Function(ffi.Pointer<mlx_closure_kwargs>, mlx_closure_kwargs)
>()
external int mlx_closure_kwargs_set(
  ffi.Pointer<mlx_closure_kwargs> cls,
  mlx_closure_kwargs src,
);