pub unsafe fn alljoyn_msgarg_set_int64_array<P0>(
    arg: P0,
    length: usize,
    ax: *mut i64
) -> QStatus
where P0: IntoParam<alljoyn_msgarg>,