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