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