pub unsafe fn alljoyn_busattachment_unregisteraboutlistener<P0, P1>(
    bus: P0,
    aboutlistener: P1
)
where P0: IntoParam<alljoyn_busattachment>, P1: IntoParam<alljoyn_aboutlistener>,