const cb = new Deno.UnsafeCallback( { parameters: ["pointer"], result: "i32" } as const, async (L: Deno.PointerValue) => { } )