Function windows_sys::Win32::Networking::WindowsWebServices::WsCreateXmlSecurityToken
pub unsafe extern "system" fn WsCreateXmlSecurityToken(
tokenxml: *const WS_XML_BUFFER,
tokenkey: *const WS_SECURITY_KEY_HANDLE,
properties: *const WS_XML_SECURITY_TOKEN_PROPERTY,
propertycount: u32,
token: *mut *mut WS_SECURITY_TOKEN,
error: *const WS_ERROR,
) -> HRESULT