Function windows::Win32::System::Rpc::RpcServerUseProtseqEpExW

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