PFN_CERT_ENUM_SYSTEM_STORE_LOCATION typedef

PFN_CERT_ENUM_SYSTEM_STORE_LOCATION = Pointer<NativeFunction<BOOL Function(LPCWSTR pwszStoreLocation, DWORD dwFlags, Pointer<Void> pvReserved, Pointer<Void> pvArg)>>

Implementation

typedef PFN_CERT_ENUM_SYSTEM_STORE_LOCATION = ffi.Pointer<ffi.NativeFunction<BOOL Function(LPCWSTR pwszStoreLocation, DWORD dwFlags, ffi.Pointer<ffi.Void> pvReserved, ffi.Pointer<ffi.Void> pvArg)>>;