Function FindFirstFileA

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