pub unsafe extern "system" fn CoSetProxyBlanket(
    pproxy: IUnknown,
    dwauthnsvc: u32,
    dwauthzsvc: u32,
    pserverprincname: PWSTR,
    dwauthnlevel: RPC_C_AUTHN_LEVEL,
    dwimplevel: RPC_C_IMP_LEVEL,
    pauthinfo: *const c_void,
    dwcapabilities: EOLE_AUTHENTICATION_CAPABILITIES
) -> HRESULT
Expand description

Required features: ‘Win32_System_Com’, ‘Win32_Foundation’