Type Alias LPDDHALVPORTCB_GETSIGNALSTATUS
pub type LPDDHALVPORTCB_GETSIGNALSTATUS = Option<unsafe extern "system" fn(param0: *mut DDHAL_GETVPORTSIGNALDATA) -> u32>;Aliased Type§
pub enum LPDDHALVPORTCB_GETSIGNALSTATUS {
None,
Some(unsafe extern "system" fn(*mut DDHAL_GETVPORTSIGNALDATA) -> u32),
}