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