Function windows::Win32::NetworkManagement::Dhcp::DhcpSetSuperScopeV4

pub unsafe fn DhcpSetSuperScopeV4<P0, P1, P2>(
    serveripaddress: P0,
    subnetaddress: u32,
    superscopename: P1,
    changeexisting: P2,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<BOOL>,