pub unsafe fn alljoyn_msgarg_tostring<P0, P1>(
    arg: P0,
    str: P1,
    buf: usize,
    indent: usize
) -> usize
where P0: IntoParam<alljoyn_msgarg>, P1: IntoParam<PCSTR>,