pub unsafe fn DhcpSetOptionValues<P0>(
    serveripaddress: P0,
    scopeinfo: *const DHCP_OPTION_SCOPE_INFO,
    optionvalues: *const DHCP_OPTION_VALUE_ARRAY
) -> u32
where P0: IntoParam<PCWSTR>,