pub unsafe extern "system" fn ReadFile(
hfile: BorrowedHandle<'_>,
lpbuffer: *mut c_void,
nnumberofbytestoread: u32,
lpnumberofbytesread: *mut u32,
lpoverlapped: *mut OVERLAPPED,
) -> BOOL
Available on crate feature
close
only.