pub unsafe fn MprAdminInterfaceSetCustomInfoEx<P0>(
    hmprserver: isize,
    hinterface: P0,
    pcustominfo: *const MPR_IF_CUSTOMINFOEX2
) -> u32
where P0: IntoParam<HANDLE>,