pub unsafe extern "system" fn ReadFile(
hfile: *mut c_void,
lpbuffer: *mut c_void,
nnumberofbytestoread: u32,
lpnumberofbytesread: *mut u32,
lpoverlapped: *mut OVERLAPPED
) -> i32
🔬This is a nightly-only experimental API. (
windows_c
)