PFN_DrvDisablePDEV

Type Alias PFN_DrvDisablePDEV 

pub type PFN_DrvDisablePDEV = Option<unsafe extern "system" fn(param0: DHPDEV)>;

Aliased Type§

pub enum PFN_DrvDisablePDEV {
    None,
    Some(unsafe extern "system" fn(DHPDEV)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(DHPDEV))

Some value of type T.