pub unsafe fn alljoyn_busattachment_secureconnection<P0, P1>(
    bus: P0,
    name: P1,
    forceauth: i32
) -> QStatus
where P0: IntoParam<alljoyn_busattachment>, P1: IntoParam<PCSTR>,