pub type WSD_STUB_FUNCTION = Option<unsafe extern "system" fn(server: IUnknown, session: IWSDServiceMessaging, event: *mut WSD_EVENT) -> HRESULT>;

Aliased Type§

enum WSD_STUB_FUNCTION {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut WSD_EVENT) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut WSD_EVENT) -> i32)

Some value of type T.