pub unsafe fn DhcpGetMibInfo<P0>(
    serveripaddress: P0,
    mibinfo: *mut *mut DHCP_MIB_INFO
) -> u32
where P0: IntoParam<PCWSTR>,