pub unsafe fn alljoyn_busattachment_enablepeersecuritywithpermissionconfigurationlistener<P0, P1, P2, P3, P4>(
    bus: P0,
    authmechanisms: P1,
    authlistener: P2,
    keystorefilename: P3,
    isshared: i32,
    permissionconfigurationlistener: P4
) -> QStatus
where P0: IntoParam<alljoyn_busattachment>, P1: IntoParam<PCSTR>, P2: IntoParam<alljoyn_authlistener>, P3: IntoParam<PCSTR>, P4: IntoParam<alljoyn_permissionconfigurationlistener>,