pub type WAITABLE_HANDLE = HANDLE;
#[repr(transparent)]pub struct WAITABLE_HANDLE(pub *mut c_void);
0: *mut c_void