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§
None
No value.
Some(unsafe extern "system" fn(*mut RAS_PORT_0, *mut RAS_PORT_1) -> BOOL)
Some value of type T.