io_lifetimes::example_ffi

Function ReadFile

Source
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.