Function RpcNsBindingLookupBeginA
pub unsafe fn RpcNsBindingLookupBeginA<P1>(
entrynamesyntax: u32,
entryname: P1,
ifspec: Option<*const c_void>,
objuuid: Option<*const GUID>,
bindingmaxcount: u32,
lookupcontext: *mut *mut c_void,
) -> RPC_STATUSwhere
P1: Param<PCSTR>,