pub unsafe fn alljoyn_busobject_methodreply_err<P0, P1, P2, P3>(
    bus: P0,
    msg: P1,
    error: P2,
    errormessage: P3
) -> QStatus
where P0: IntoParam<alljoyn_busobject>, P1: IntoParam<alljoyn_message>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>,