Type Alias WINEVENTPROC
pub type WINEVENTPROC = Option<unsafe extern "system" fn(hwineventhook: HWINEVENTHOOK, event: u32, hwnd: HWND, idobject: i32, idchild: i32, ideventthread: u32, dwmseventtime: u32)>;Aliased Type§
pub enum WINEVENTPROC {
None,
Some(unsafe extern "system" fn(*mut c_void, u32, *mut c_void, i32, i32, u32, u32)),
}