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

Aliased Type§

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.