pub unsafe fn DhcpSetServerBindingInfoV6<P0>(
    serveripaddress: P0,
    flags: u32,
    bindelementinfo: *mut DHCPV6_BIND_ELEMENT_ARRAY
) -> u32
where P0: IntoParam<PCWSTR>,