2025-04-27 07:49:33 -04:00

15 lines
170 B
C

#ifdef __cplusplus
extern "C" {
#endif
ULONG32
FstubCrc32(
ULONG32 dwCrc,
PVOID pvBuffer,
SIZE_T cbBuffer
);
#ifdef __cplusplus
};
#endif