pub unsafe fn alljoyn_msgarg_set_string_array<P0>(
    arg: P0,
    length: usize,
    as: *const *const i8
) -> QStatus
where P0: IntoParam<alljoyn_msgarg>,