Function alljoyn_interfacedescription_getpropertyannotation
pub unsafe fn alljoyn_interfacedescription_getpropertyannotation<P1, P2, P3>(
iface: alljoyn_interfacedescription,
property: P1,
name: P2,
value: P3,
str_size: *mut usize,
) -> i32where
P1: Param<PCSTR>,
P2: Param<PCSTR>,
P3: Param<PCSTR>,