pub unsafe fn alljoyn_message_parseargs<P0, P1>(
    msg: P0,
    signature: P1
) -> QStatus
where P0: IntoParam<alljoyn_message>, P1: IntoParam<PCSTR>,