alef 0.23.18

Opinionated polyglot binding generator for Rust libraries
Documentation
// Auto-generated by alef — DO NOT EDIT
#nullable enable

namespace {{ namespace }} {

using System;
using System.Runtime.InteropServices;

/// <summary>
/// Native P/Invoke declarations for service API.
/// </summary>
internal static partial class NativeMethods {

    /// <summary>
    /// Native callback signature for service handlers.
    /// </summary>
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate IntPtr HandlerCallback(IntPtr ctx, IntPtr requestJson);