Function windows::Win32::Networking::WindowsWebServices::WsReadType
pub unsafe fn WsReadType(
reader: *const WS_XML_READER,
typemapping: WS_TYPE_MAPPING,
type: WS_TYPE,
typedescription: Option<*const c_void>,
readoption: WS_READ_OPTION,
heap: Option<*const WS_HEAP>,
value: *mut c_void,
valuesize: u32,
error: Option<*const WS_ERROR>,
) -> Result<()>