Function windows::Win32::System::Rpc::RpcServerUseProtseqEpExA

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