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