public interface SymbolResolverCallback
extends com.sun.jna.Callback
boolean onResolve(String symbol, com.sun.jna.ptr.LongByReference value)
symbol - The symbol to resolve.value - The value to modify if the symbol is resolved.true if the symbol can be resolved; otherwise false.Copyright © 2022. All rights reserved.