pub unsafe fn alljoyn_message_getargs<P0>(
    msg: P0,
    numargs: *mut usize,
    args: *mut alljoyn_msgarg
)
where P0: IntoParam<alljoyn_message>,