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>;
Expand description

Required features: "Win32_Networking_WindowsWebServices", "Win32_Foundation"