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