pub type PFNPEER_FREE_SECURITY_DATA = Option<unsafe extern "system" fn(hgraph: *const c_void, pvcontext: *const c_void, psecuritydata: *const PEER_DATA) -> HRESULT>;

Aliased Type§

enum PFNPEER_FREE_SECURITY_DATA {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const c_void, _: *const PEER_DATA) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const c_void, _: *const PEER_DATA) -> HRESULT)

Some value of type T.