pub unsafe fn alljoyn_interfacedescription_getannotationatindex<P0, P1, P2>(
    iface: P0,
    index: usize,
    name: P1,
    name_size: *mut usize,
    value: P2,
    value_size: *mut usize
)
where P0: IntoParam<alljoyn_interfacedescription>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,