PFN_NCRYPT_ALLOC typedef

PFN_NCRYPT_ALLOC = Pointer<NativeFunction<LPVOID Function(SIZE_T cbSize)>>

Implementation

typedef PFN_NCRYPT_ALLOC = ffi.Pointer<ffi.NativeFunction<LPVOID Function(SIZE_T cbSize)>>;