Function alljoyn_interfacedescription_member_getargannotationatindex
pub unsafe fn alljoyn_interfacedescription_member_getargannotationatindex<P1, P3, P5>(
member: alljoyn_interfacedescription_member,
argname: P1,
index: usize,
name: P3,
name_size: *mut usize,
value: P5,
value_size: *mut usize,
)where
P1: Param<PCSTR>,
P3: Param<PCSTR>,
P5: Param<PCSTR>,