pub unsafe fn alljoyn_msgarg_set_double_array<P0>(
    arg: P0,
    length: usize,
    ad: *mut f64
) -> QStatus
where P0: IntoParam<alljoyn_msgarg>,