pub type PMPRADMINACCEPTNEWCONNECTION3 = Option<unsafe extern "system" fn(param0: *mut RAS_CONNECTION_0, param1: *mut RAS_CONNECTION_1, param2: *mut RAS_CONNECTION_2, param3: *mut RAS_CONNECTION_3) -> BOOL>;

Aliased Type§

enum PMPRADMINACCEPTNEWCONNECTION3 {
    None,
    Some(unsafe extern "system" fn(_: *mut RAS_CONNECTION_0, _: *mut RAS_CONNECTION_1, _: *mut RAS_CONNECTION_2, _: *mut RAS_CONNECTION_3) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut RAS_CONNECTION_0, _: *mut RAS_CONNECTION_1, _: *mut RAS_CONNECTION_2, _: *mut RAS_CONNECTION_3) -> BOOL)

Some value of type T.