PFPOST

Type Alias PFPOST 

Source
pub type PFPOST = Option<unsafe extern "system" fn(*mut NCB)>;

Aliased Type§

pub enum PFPOST {
    None,
    Some(unsafe extern "system" fn(*mut NCB)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut NCB))

Some value of type T.