pub unsafe fn DhcpSetOptionValuesV5<P0, P1, P2>(
    serveripaddress: P0,
    flags: u32,
    classname: P1,
    vendorname: P2,
    scopeinfo: *mut DHCP_OPTION_SCOPE_INFO,
    optionvalues: *mut DHCP_OPTION_VALUE_ARRAY
) -> u32where
    P0: IntoParam<PCWSTR>,
    P1: IntoParam<PCWSTR>,
    P2: IntoParam<PCWSTR>,