pub unsafe fn alljoyn_interfacedescription_getdescriptionforlanguage<P0, P1, P2>(
    iface: P0,
    description: P1,
    maxlanguagelength: usize,
    languagetag: P2
) -> usize
where P0: IntoParam<alljoyn_interfacedescription>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,