pub unsafe fn alljoyn_interfacedescription_getpropertyannotation<P0, P1, P2, P3>(
    iface: P0,
    property: P1,
    name: P2,
    value: P3,
    str_size: *mut usize
) -> i32
where P0: IntoParam<alljoyn_interfacedescription>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>,