pub unsafe fn alljoyn_interfacedescription_addproperty<P0, P1, P2>(
    iface: P0,
    name: P1,
    signature: P2,
    access: u8
) -> QStatus
where P0: IntoParam<alljoyn_interfacedescription>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,