pub unsafe fn alljoyn_msgarg_set_int32_array<P0>(
    arg: P0,
    length: usize,
    ai: *mut i32
) -> QStatus
where P0: IntoParam<alljoyn_msgarg>,