pub unsafe fn DhcpCreateOption<P0>(
    serveripaddress: P0,
    optionid: u32,
    optioninfo: *const DHCP_OPTION
) -> u32
where P0: IntoParam<PCWSTR>,