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