mlx_closure_custom_set function

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

Implementation

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