Function WsGetNamespaceFromPrefix
pub unsafe fn WsGetNamespaceFromPrefix(
reader: *const WS_XML_READER,
prefix: *const WS_XML_STRING,
required: bool,
ns: *mut *mut WS_XML_STRING,
error: Option<*const WS_ERROR>,
) -> Result<()>
pub unsafe fn WsGetNamespaceFromPrefix(
reader: *const WS_XML_READER,
prefix: *const WS_XML_STRING,
required: bool,
ns: *mut *mut WS_XML_STRING,
error: Option<*const WS_ERROR>,
) -> Result<()>