pub unsafe extern "system" fn alljoyn_interfacedescription_addmethod(
    iface: alljoyn_interfacedescription,
    name: PCSTR,
    inputsig: PCSTR,
    outsig: PCSTR,
    argnames: PCSTR,
    annotation: u8,
    accessperms: PCSTR,
) -> QStatus