pub unsafe fn alljoyn_interfacedescription_property_getannotation<P0, P1>(
    property: alljoyn_interfacedescription_property,
    name: P0,
    value: P1,
    value_size: *mut usize
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,