mlx_imported_function_new function

  1. @Native<mlx_imported_function Function(Pointer<Char>)>(ffi.Pointer<ffi.Char>)>()
mlx_imported_function mlx_imported_function_new(
  1. Pointer<Char> file
)

Implementation

@ffi.Native<mlx_imported_function Function(ffi.Pointer<ffi.Char>)>()
external mlx_imported_function mlx_imported_function_new(
  ffi.Pointer<ffi.Char> file,
);