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