PFN_CRYPT_GET_SIGNER_CERTIFICATE typedef

PFN_CRYPT_GET_SIGNER_CERTIFICATE = Pointer<NativeFunction<PCCERT_CONTEXT Function(Pointer<Void> pvGetArg, DWORD dwCertEncodingType, PCERT_INFO pSignerId, HCERTSTORE hMsgCertStore)>>

Implementation

typedef PFN_CRYPT_GET_SIGNER_CERTIFICATE = ffi.Pointer<ffi.NativeFunction<PCCERT_CONTEXT Function(ffi.Pointer<ffi.Void> pvGetArg, DWORD dwCertEncodingType, PCERT_INFO pSignerId, HCERTSTORE hMsgCertStore)>>;