Function std::sys::windows::c::windows_sys::WriteFileEx

source ·
pub unsafe extern "system" fn WriteFileEx(
    hfile: *mut c_void,
    lpbuffer: *const u8,
    nnumberofbytestowrite: u32,
    lpoverlapped: *mut OVERLAPPED,
    lpcompletionroutine: Option<unsafe extern "system" fn(dwerrorcode: u32, dwnumberofbytestransfered: u32, lpoverlapped: *mut OVERLAPPED)>
) -> i32
🔬This is a nightly-only experimental API. (windows_c)