pub unsafe fn alljoyn_msgarg_set_uint8_array<P0>(
    arg: P0,
    length: usize,
    ay: *mut u8
) -> QStatus
where P0: IntoParam<alljoyn_msgarg>,