pub unsafe fn DhcpSetSubnetDelayOffer<P0>(
    serveripaddress: P0,
    subnetaddress: u32,
    timedelayinmilliseconds: u16
) -> u32
where P0: IntoParam<PCWSTR>,