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: IntoParam<alljoyn_interfacedescription>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>, P4: IntoParam<PCSTR>, P5: IntoParam<PCSTR>,