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