mlx_closure_set function

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

Implementation

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