Type Alias msfs::sys::PEVENT_SIZE_CALLBACK
source · pub type PEVENT_SIZE_CALLBACK = EVENT_SIZE_CALLBACK;
Aliased Type§
enum PEVENT_SIZE_CALLBACK {
None,
Some(unsafe extern "C" fn(_: *mut GAUGEHDR, _: *mut u32)),
}