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