Function windows::Win32::Storage::FileSystem::FindFirstFileA

pub unsafe fn FindFirstFileA<P0>(
    lpfilename: P0,
    lpfindfiledata: *mut WIN32_FIND_DATAA,
) -> Result<HANDLE>
where P0: Param<PCSTR>,