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