pub unsafe fn alljoyn_busattachment_createinterface_secure<P0, P1>(
    bus: P0,
    name: P1,
    iface: *mut alljoyn_interfacedescription,
    secpolicy: alljoyn_interfacedescription_securitypolicy
) -> QStatus
where P0: IntoParam<alljoyn_busattachment>, P1: IntoParam<PCSTR>,