pub unsafe fn DhcpServerSetConfigV4<P0>(
    serveripaddress: P0,
    fieldstoset: u32,
    configinfo: *mut DHCP_SERVER_CONFIG_INFO_V4
) -> u32
where P0: IntoParam<PCWSTR>,