const dllPath = "./uFCoder-x86_64.dll" const uFCoder = Deno.dlopen( dllPath, { ReaderOpen: { parameters: [], result: "i32", } }, ); console.log(uFCoder.ReaderOpen())