alef-backend-csharp 0.16.21

C# (P/Invoke) backend for alef
Documentation
1
2
3
4
5
6
7
8
9
10
11
// This file is auto-generated by alef. DO NOT EDIT.
#nullable enable

using System;
using System.Runtime.InteropServices;

namespace {{ namespace }};

internal static partial class NativeMethods
{
    private const string LibName = "{{ lib_name }}";