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
Expand description

Required features: "Win32_Networking_WindowsWebServices"