pub type WS_ASYNC_FUNCTION = Option<unsafe extern "system" fn(hr: HRESULT, callbackmodel: WS_CALLBACK_MODEL, callbackstate: *const c_void, next: *mut WS_ASYNC_OPERATION, asynccontext: *const WS_ASYNC_CONTEXT, error: *const WS_ERROR) -> HRESULT>;
Expand description

Required features: "Win32_Networking_WindowsWebServices"