pub unsafe fn alljoyn_interfacedescription_getargdescriptionforlanguage<P0, P1, P2, P3, P4>(
    iface: P0,
    member: P1,
    arg: P2,
    description: P3,
    maxlanguagelength: usize,
    languagetag: P4
) -> usize
where P0: IntoParam<alljoyn_interfacedescription>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>, P4: IntoParam<PCSTR>,