UCHAR              38 lib/getrandom.c extern NTSTATUS WINAPI BCryptGenRandom (BCRYPT_ALG_HANDLE, UCHAR *, ULONG, ULONG);
UCHAR              67 lib/getrandom.c typedef NTSTATUS (WINAPI * BCryptGenRandomFuncType) (BCRYPT_ALG_HANDLE, UCHAR *, ULONG, ULONG);
UCHAR             203 src/w32.c                  UCHAR  DataBuffer[1];
UCHAR             745 src/w32.c        static UCHAR zero = 0U;