pub unsafe fn DhcpAddFilterV4<P0, P1>(
    serveripaddress: P0,
    addfilterinfo: *const DHCP_FILTER_ADD_INFO,
    forceflag: P1
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>,