Interface: DlopenSymbol
Describes a native function symbol for use with dlopen.
Properties
args?
optionalargs:TypeOrAlias[]
Argument types. Defaults to [] (no arguments) if omitted.
fixed?
optionalfixed:number
Number of fixed arguments for variadic functions.
returns?
optionalreturns:TypeOrAlias
Return type. Defaults to 'void' if omitted.