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