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