PFN_CRYPT_ALLOC typedef

PFN_CRYPT_ALLOC = Pointer<NativeFunction<LPVOID Function(Size cbSize)>>

Implementation

typedef PFN_CRYPT_ALLOC = ffi.Pointer<ffi.NativeFunction<LPVOID Function(ffi.Size cbSize)>>;