pub unsafe fn DhcpGetOptionValue<P0>(
    serveripaddress: P0,
    optionid: u32,
    scopeinfo: *const DHCP_OPTION_SCOPE_INFO,
    optionvalue: *mut *mut DHCP_OPTION_VALUE
) -> u32
where P0: IntoParam<PCWSTR>,