pub unsafe fn alljoyn_busattachment_enablepeersecurity<P0, P1, P2, P3>(
    bus: P0,
    authmechanisms: P1,
    listener: P2,
    keystorefilename: P3,
    isshared: i32
) -> QStatus
where P0: IntoParam<alljoyn_busattachment>, P1: IntoParam<PCSTR>, P2: IntoParam<alljoyn_authlistener>, P3: IntoParam<PCSTR>,