pub unsafe fn MprConfigInterfaceGetCustomInfoEx<P0, P1>(
    hmprconfig: P0,
    hrouterinterface: P1,
    pcustominfo: *mut MPR_IF_CUSTOMINFOEX2
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<HANDLE>,