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