pub unsafe extern "system" fn FindFirstFileA(
    lpfilename: PCSTR,
    lpfindfiledata: *mut WIN32_FIND_DATAA
) -> FindFileHandle
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation"