pub type WS_CREATE_DECODER_CALLBACK = Option<unsafe extern "system" fn(createcontext: *const c_void, readcallback: WS_READ_CALLBACK, readcontext: *const c_void, decodercontext: *mut *mut c_void, error: *const WS_ERROR) -> HRESULT>;
Expand description

Required features: "Win32_Networking_WindowsWebServices"