pub unsafe fn alljoyn_interfacedescription_setmemberdescription<P0, P1, P2>(
    iface: P0,
    member: P1,
    description: P2,
) -> QStatus
where P0: Param<alljoyn_interfacedescription>, P1: Param<PCSTR>, P2: Param<PCSTR>,