pub unsafe fn MprAdminInterfaceConnect<P0, P1, P2>(
    hmprserver: isize,
    hinterface: P0,
    hevent: P1,
    fsynchronous: P2
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<HANDLE>, P2: IntoParam<BOOL>,