pub unsafe fn alljoyn_busattachment_bindsessionport<P0, P1, P2>(
    bus: P0,
    sessionport: *mut u16,
    opts: P1,
    listener: P2
) -> QStatus
where P0: IntoParam<alljoyn_busattachment>, P1: IntoParam<alljoyn_sessionopts>, P2: IntoParam<alljoyn_sessionportlistener>,