pub unsafe fn alljoyn_interfacedescription_hasproperty<P0, P1>(
    iface: P0,
    name: P1
) -> i32
where P0: IntoParam<alljoyn_interfacedescription>, P1: IntoParam<PCSTR>,