PGET_SDEV_IDENTIFIER

Type Alias PGET_SDEV_IDENTIFIER 

pub type PGET_SDEV_IDENTIFIER = Option<unsafe extern "system" fn() -> u64>;

Aliased Type§

pub enum PGET_SDEV_IDENTIFIER {
    None,
    Some(unsafe extern "system" fn() -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn() -> u64)

Some value of type T.