pub unsafe fn FindFirstFileA<'a, Param0>(
    lpfilename: Param0,
    lpfindfiledata: *mut WIN32_FIND_DATAA
) -> FindFileHandle where
    Param0: IntoParam<'a, PCSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’