Function windows::Win32::System::Rpc::RpcNsProfileEltRemoveA

pub unsafe fn RpcNsProfileEltRemoveA<P0, P1>(
    profilenamesyntax: u32,
    profilename: P0,
    ifid: Option<*const RPC_IF_ID>,
    membernamesyntax: u32,
    membername: P1,
) -> RPC_STATUS
where P0: Param<PCSTR>, P1: Param<PCSTR>,