pub unsafe fn alljoyn_msgarg_set_uint64_array<P0>(
    arg: P0,
    length: usize,
    at: *mut u64
) -> QStatus
where P0: IntoParam<alljoyn_msgarg>,