pub unsafe fn alljoyn_msgarg_set_uint32_array<P0>(
    arg: P0,
    length: usize,
    au: *mut u32,
) -> QStatus
where P0: Param<alljoyn_msgarg>,