pub unsafe fn alljoyn_interfacedescription_introspect<P0, P1>(
    iface: P0,
    str: P1,
    buf: usize,
    indent: usize
) -> usize
where P0: IntoParam<alljoyn_interfacedescription>, P1: IntoParam<PCSTR>,