Function windows::Win32::Networking::WindowsWebServices::WsReadQualifiedName
pub unsafe fn WsReadQualifiedName(
reader: *const WS_XML_READER,
heap: *const WS_HEAP,
prefix: Option<*mut WS_XML_STRING>,
localname: *mut WS_XML_STRING,
ns: Option<*mut WS_XML_STRING>,
error: Option<*const WS_ERROR>,
) -> Result<()>