pub type PICO_DIRECTION = tPicoDirection;
#[repr(C, packed(1))]pub struct PICO_DIRECTION { pub channel: u32, pub direction: u32, pub thresholdMode: u32, }
channel: u32
direction: u32
thresholdMode: u32