pub unsafe fn alljoyn_interfacedescription_property_getannotationatindex<P0, P1>(
    property: alljoyn_interfacedescription_property,
    index: usize,
    name: P0,
    name_size: *mut usize,
    value: P1,
    value_size: *mut usize
)
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,