Function windows::Win32::System::Rpc::I_RpcServerUseProtseq2W

pub unsafe fn I_RpcServerUseProtseq2W<P0, P1>(
    networkaddress: P0,
    protseq: P1,
    maxcalls: u32,
    securitydescriptor: Option<*const c_void>,
    policy: *const c_void,
) -> RPC_STATUS
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,