mlx_error_handler_funcFunction typedef

mlx_error_handler_funcFunction = Void Function(Pointer<Char> msg, Pointer<Void> data)

Implementation

typedef mlx_error_handler_funcFunction =
    ffi.Void Function(ffi.Pointer<ffi.Char> msg, ffi.Pointer<ffi.Void> data);