Type Alias windows::Wdk::Foundation::PFREE_FUNCTION

pub type PFREE_FUNCTION = Option<unsafe extern "system" fn()>;

Aliased Type§

enum PFREE_FUNCTION {
    None,
    Some(unsafe extern "system" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn())

Some value of type T.