Beispiel #1
0
 public ulong ejdb_open(ref EJDB_OPTS opts, out IntPtr ejdbp) => Interop.ejdb_open(ref opts, out ejdbp);
Beispiel #2
0
 public static extern ulong ejdb_open([In] ref EJDB_OPTS opts, [Out] out IntPtr ejdbp);