Function windows::Win32::Storage::FileSystem::ReadFileEx

pub unsafe fn ReadFileEx<P0>(
    hfile: P0,
    lpbuffer: Option<&mut [u8]>,
    lpoverlapped: *mut OVERLAPPED,
    lpcompletionroutine: LPOVERLAPPED_COMPLETION_ROUTINE,
) -> Result<()>
where P0: Param<HANDLE>,