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