Type Alias PMPRADMINACCEPTNEWLINK

pub type PMPRADMINACCEPTNEWLINK = Option<unsafe extern "system" fn(param0: *mut RAS_PORT_0, param1: *mut RAS_PORT_1) -> BOOL>;

Aliased Type§

pub enum PMPRADMINACCEPTNEWLINK {
    None,
    Some(unsafe extern "system" fn(*mut RAS_PORT_0, *mut RAS_PORT_1) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut RAS_PORT_0, *mut RAS_PORT_1) -> BOOL)

Some value of type T.