pub unsafe fn alljoyn_busobject_emitpropertychanged<P0, P1, P2, P3>(
    bus: P0,
    ifcname: P1,
    propname: P2,
    val: P3,
    id: u32
)
where P0: IntoParam<alljoyn_busobject>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<alljoyn_msgarg>,