pub unsafe fn DhcpV4GetAllOptionValues<P0>(
    serveripaddress: P0,
    flags: u32,
    scopeinfo: *mut DHCP_OPTION_SCOPE_INFO,
    values: *mut *mut DHCP_ALL_OPTION_VALUES_PB
) -> u32
where P0: IntoParam<PCWSTR>,