pub unsafe fn alljoyn_proxybusobject_registerpropertieschangedlistener<P0, P1>(
    proxyobj: P0,
    iface: P1,
    properties: *const *const i8,
    numproperties: usize,
    callback: alljoyn_proxybusobject_listener_propertieschanged_ptr,
    context: *mut c_void
) -> QStatus
where P0: IntoParam<alljoyn_proxybusobject>, P1: IntoParam<PCSTR>,