Function HcnQueryLoadBalancerProperties
pub unsafe fn HcnQueryLoadBalancerProperties<P1>(
loadbalancer: *const c_void,
query: P1,
properties: *mut PWSTR,
errorrecord: Option<*mut PWSTR>,
) -> Result<()>where
P1: Param<PCWSTR>,