pub unsafe fn alljoyn_message_tostring<P0, P1>(
    msg: P0,
    str: P1,
    buf: usize
) -> usize
where P0: IntoParam<alljoyn_message>, P1: IntoParam<PCSTR>,