Function windows::Win32::System::Rpc::RpcBindingSetAuthInfoExW
pub unsafe fn RpcBindingSetAuthInfoExW<P0>(
binding: *const c_void,
serverprincname: P0,
authnlevel: u32,
authnsvc: u32,
authidentity: Option<*const c_void>,
authzsvc: u32,
securityqos: Option<*const RPC_SECURITY_QOS>,
) -> RPC_STATUSwhere
P0: Param<PCWSTR>,