Type Alias windows::Wdk::System::SystemServices::ETWENABLECALLBACK
pub type ETWENABLECALLBACK = Option<unsafe extern "system" fn(sourceid: *const GUID, controlcode: u32, level: u8, matchanykeyword: u64, matchallkeyword: u64, filterdata: *const EVENT_FILTER_DESCRIPTOR, callbackcontext: *mut c_void)>;
Aliased Type§
enum ETWENABLECALLBACK {
None,
Some(unsafe extern "system" fn(_: *const GUID, _: u32, _: u8, _: u64, _: u64, _: *const EVENT_FILTER_DESCRIPTOR, _: *mut c_void)),
}