pub unsafe fn DhcpDeleteSuperScopeV4<P0, P1>(
    serveripaddress: P0,
    superscopename: P1
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,