Function windows_sys::Win32::Storage::FileSystem::ReadFile
pub unsafe extern "system" fn ReadFile(
hfile: HANDLE,
lpbuffer: *mut u8,
nnumberofbytestoread: u32,
lpnumberofbytesread: *mut u32,
lpoverlapped: *mut OVERLAPPED
) -> BOOL
Expand description
Required features: "Win32_Foundation"
, "Win32_System_IO"