Logger/src/../include/rang.hpp:175:59: warning: cast between incompatible function types from
'FARPROC' {aka 'long long int (*)()'} to
'WINBOOL (*)(HANDLE, FILE_INFO_BY_HANDLE_CLASS, LPVOID,
DWORD)' {aka 'int (*)(void*, _FILE_INFO_BY_HANDLE_CLASS, void*, long unsigned int)'}
[-Wcast-function-type]
This is the only warning I get
Is there a way to fix it quickly?