pub unsafe fn DhcpSetServerBindingInfo<P0>(
    serveripaddress: P0,
    flags: u32,
    bindelementinfo: *mut DHCP_BIND_ELEMENT_ARRAY,
) -> u32
where P0: Param<PCWSTR>,