pub unsafe fn alljoyn_busobject_methodreply_status<P0, P1>(
    bus: P0,
    msg: P1,
    status: QStatus
) -> QStatus
where P0: IntoParam<alljoyn_busobject>, P1: IntoParam<alljoyn_message>,