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

Aliased Type§

enum PMPRADMINLINKHANGUPNOTIFICATION {
    None,
    Some(unsafe extern "system" fn(_: *mut RAS_PORT_0, _: *mut RAS_PORT_1)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut RAS_PORT_0, _: *mut RAS_PORT_1))

Some value of type T.