pub unsafe extern "system" fn FindFirstFileA(
    lpFileName: *const i8,
    lpFindFileData: *mut WIN32_FIND_DATAA
) -> *mut c_void