#ifdef __cplusplus
extern "C" {
#endif

ULONG32
FstubCrc32(
    ULONG32 dwCrc,
    PVOID pvBuffer,
    SIZE_T cbBuffer
    );

#ifdef __cplusplus
};
#endif
