Function windows::Win32::System::Rpc::RpcNsProfileEltInqBeginA

pub unsafe fn RpcNsProfileEltInqBeginA<P0, P1>(
    profilenamesyntax: u32,
    profilename: P0,
    inquirytype: u32,
    ifid: Option<*const RPC_IF_ID>,
    versoption: u32,
    membernamesyntax: u32,
    membername: P1,
    inquirycontext: *mut *mut c_void,
) -> RPC_STATUS
where P0: Param<PCSTR>, P1: Param<PCSTR>,