pub unsafe fn alljoyn_aboutobjectdescription_hasinterfaceatpath<P0, P1, P2>(
    description: P0,
    path: P1,
    interfacename: P2
) -> u8
where P0: IntoParam<alljoyn_aboutobjectdescription>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,