vmread-sys 0.1.5

Raw FFI bindings to vmread
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

use libc::*;
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

unsafe impl Send for WinCtx {}
unsafe impl Sync for WinCtx {}
unsafe impl Send for WinProc {}
unsafe impl Sync for WinProc {}
unsafe impl Send for WinModule {}
unsafe impl Sync for WinModule {}