pub type WS_DYNAMIC_STRING_CALLBACK = Option<unsafe extern "system" fn(callbackstate: *const c_void, string: *const WS_XML_STRING, found: *mut BOOL, id: *mut u32, error: *const WS_ERROR) -> HRESULT>;

Aliased Type§

enum WS_DYNAMIC_STRING_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const WS_XML_STRING, _: *mut BOOL, _: *mut u32, _: *const WS_ERROR) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const WS_XML_STRING, _: *mut BOOL, _: *mut u32, _: *const WS_ERROR) -> HRESULT)

Some value of type T.