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