Function WsGetPrefixFromNamespace
pub unsafe fn WsGetPrefixFromNamespace(
writer: *const WS_XML_WRITER,
ns: *const WS_XML_STRING,
required: bool,
prefix: *mut *mut WS_XML_STRING,
error: Option<*const WS_ERROR>,
) -> Result<()>
pub unsafe fn WsGetPrefixFromNamespace(
writer: *const WS_XML_WRITER,
ns: *const WS_XML_STRING,
required: bool,
prefix: *mut *mut WS_XML_STRING,
error: Option<*const WS_ERROR>,
) -> Result<()>