pub unsafe fn WsCreateXmlSecurityToken(
    tokenxml: Option<*const WS_XML_BUFFER>,
    tokenkey: Option<*const WS_SECURITY_KEY_HANDLE>,
    properties: Option<&[WS_XML_SECURITY_TOKEN_PROPERTY]>,
    token: *mut *mut WS_SECURITY_TOKEN,
    error: Option<*const WS_ERROR>
) -> Result<()>