pub unsafe fn alljoyn_interfacedescription_setdescription<P0, P1>(
    iface: P0,
    description: P1
)
where P0: IntoParam<alljoyn_interfacedescription>, P1: IntoParam<PCSTR>,