pub unsafe fn DhcpGetServerBindingInfo<P0>(
    serveripaddress: P0,
    flags: u32,
    bindelementsinfo: *mut *mut DHCP_BIND_ELEMENT_ARRAY
) -> u32
where P0: IntoParam<PCWSTR>,