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