On Thu, 14 Jul 2022 02:48:07 GMT, Julian Waters wrote:
>> Several instances of function pointers in jdk.crypto.cryptoki are marked
>> with the dllimport attribute, which should only be applied to symbol
>> declarations, of which a typedef'd function pointer is not. This would only
>> be useful
> Several instances of function pointers in jdk.crypto.cryptoki are marked with
> the dllimport attribute, which should only be applied to symbol declarations,
> of which a typedef'd function pointer is not. This would only be useful if a
> function pointer defined in the linked dll is desired t