pub unsafe fn WsWriteXmlnsAttribute<P0>(
    writer: *const WS_XML_WRITER,
    prefix: Option<*const WS_XML_STRING>,
    ns: *const WS_XML_STRING,
    singlequote: P0,
    error: Option<*const WS_ERROR>
) -> Result<()>
where P0: IntoParam<BOOL>,