pub type PPHYSICAL_COUNTER_EVENT_BUFFER_OVERFLOW_HANDLER = Option<unsafe extern "system" fn(eventbuffer: *const c_void, entrysize: usize, numberofentries: usize, owninghandle: HANDLE)>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PPHYSICAL_COUNTER_EVENT_BUFFER_OVERFLOW_HANDLER {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: usize, _: usize, _: isize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: usize, _: usize, _: isize))

Some value of type T.