pub unsafe fn alljoyn_interfacedescription_addmethod<P0, P1, P2, P3, P4, P5>(
    iface: P0,
    name: P1,
    inputsig: P2,
    outsig: P3,
    argnames: P4,
    annotation: u8,
    accessperms: P5,
) -> QStatus
where P0: Param<alljoyn_interfacedescription>, P1: Param<PCSTR>, P2: Param<PCSTR>, P3: Param<PCSTR>, P4: Param<PCSTR>, P5: Param<PCSTR>,