Function windows::Win32::Networking::WindowsWebServices::WsGetPrefixFromNamespace
pub unsafe fn WsGetPrefixFromNamespace<P0>(
writer: *const WS_XML_WRITER,
ns: *const WS_XML_STRING,
required: P0,
prefix: *mut *mut WS_XML_STRING,
error: Option<*const WS_ERROR>,
) -> Result<()>where
P0: Param<BOOL>,