pub unsafe fn alljoyn_msgarg_set_string<P0, P1>(arg: P0, s: P1) -> QStatus
where P0: IntoParam<alljoyn_msgarg>, P1: IntoParam<PCSTR>,