pub unsafe fn alljoyn_busobject_emitpropertieschanged<P0, P1>(
    bus: P0,
    ifcname: P1,
    propnames: *const *const i8,
    numprops: usize,
    id: u32
)
where P0: IntoParam<alljoyn_busobject>, P1: IntoParam<PCSTR>,