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