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