pub unsafe fn AllJoynEventSelect<P0, P1>(
    connectedbushandle: P0,
    eventhandle: P1,
    eventtypes: u32
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<HANDLE>,